Html Css Color HEX #54C09B Puerto Rico

📋 copy color: '#54C09B'

red 84 ◦ green 192 ◦ blue 155

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

Shades of Puerto Rico #54C09B

Tints of Puerto Rico #54C09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 19.49%
G = 44.55%
B = 35.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#54C09B (or 0x54C09B) is known color: Puerto Rico. HEX triplet: 54, C0 and 9B. RGB value is (84,192,155). Sum of RGB (Red+Green+Blue) = 84+192+155=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #54C09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C09B is #AB3F64. Grayscale: #9B9B9B. Windows color (decimal): -11222885 or 10207316. OLE color: 10207316.

HSL color Cylindrical-coordinate representation of color #54C09B: hue angle of 159.44º degrees, saturation: 0.46, 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 #54C09B is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 192 155 -
CMYK 0.56 0 0.19 0.25
HSL 159.44º 0.46% 0.54% -
HSV(B) 159.44º 0.56% 0.75% -
XYZ 28.42 41.95 37.61 -
YUV 155.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 84 192 155 0.56 0 0.19 0.25 159.44 0.46 0.54
Hex 54 C0 9B 38 0 13 19 9F 2E 36
Octal 124 300 233 70 0 23 31 237 56 66
Binary 1010100 11000000 10011011 111000 0 10011 11001 10011111 101110 110110

Color Harmonies of #54C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C09B

Black with #54C09B

Text Example


Text Example

White with #54C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,192,155); }

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

background-color css

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

 a { background-color: rgb(84,192,155); }

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

border-color css

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

 span { border-color: rgb(84,192,155); }

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