Html Css Color HEX #54BEAB Puerto Rico

📋 copy color: '#54BEAB'

red 84 ◦ green 190 ◦ blue 171

#54BEAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #54BEAB

Tints of Puerto Rico #54BEAB

RGB

 RED value IS 84 (33.2% from 255) = 18.88%

 GREEN value IS 190 (74.61% from 255) = 42.7%

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 18.88%
G = 42.7%
B = 38.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#54BEAB (or 0x54BEAB) is known color: Puerto Rico. HEX triplet: 54, BE and AB. RGB value is (84,190,171). Sum of RGB (Red+Green+Blue) = 84+190+171=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #54BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BEAB is #AB4154. Grayscale: #9C9C9C. Windows color (decimal): -11223381 or 11255380. OLE color: 11255380.

HSL color Cylindrical-coordinate representation of color #54BEAB: hue angle of 169.25º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BEAB is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 190 171 -
CMYK 0.56 0 0.10 0.25
HSL 169.25º 0.45% 0.54% -
HSV(B) 169.25º 0.56% 0.75% -
XYZ 29.42 41.65 45.02 -
YUV 156.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 84 190 171 0.56 0 0.10 0.25 169.25 0.45 0.54
Hex 54 BE AB 38 0 A 19 A9 2D 36
Octal 124 276 253 70 0 12 31 251 55 66
Binary 1010100 10111110 10101011 111000 0 1010 11001 10101001 101101 110110

Color Harmonies of #54BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BEAB

Black with #54BEAB

Text Example


Text Example

White with #54BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54BEAB; }

 p { color: rgb(84,190,171); }

 H1.HeaderClassName
 {
   color: #54BEAB;
 }
 .AnyTagClassName
 {
   color: #54BEAB;
 }
</style>

background-color css

<style>
 a { background-color: #54BEAB; }

 a { background-color: rgb(84,190,171); }

 div.DivClassName
 {
   background-color: #54BEAB;
 }
 .BgClassName
 {
   background-color: #54BEAB;
 }
</style>

border-color css

<style>
 span { border-color: #54BEAB; }

 span { border-color: rgb(84,190,171); }

 td.TdClassName
 {
   border-color: #54BEAB;
 }
 .TagClassName
 {
   border-color: #54BEAB;
 }
</style>