Html Css Color HEX #54C09C Puerto Rico

📋 copy color: '#54C09C'

red 84 ◦ green 192 ◦ blue 156

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

Shades of Puerto Rico #54C09C

Tints of Puerto Rico #54C09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 19.44%
G = 44.44%
B = 36.11%

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

#54C09C (or 0x54C09C) is known color: Puerto Rico. HEX triplet: 54, C0 and 9C. RGB value is (84,192,156). Sum of RGB (Red+Green+Blue) = 84+192+156=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #54C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C09C is #AB3F63. Grayscale: #9B9B9B. Windows color (decimal): -11222884 or 10272852. OLE color: 10272852.

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

Color convert

RGB 84 192 156 -
CMYK 0.56 0 0.19 0.25
HSL 160º 0.46% 0.54% -
HSV(B) 160º 0.56% 0.75% -
XYZ 28.51 41.98 38.05 -
YUV 155.6 128.22 76.93 -
System Red Green Blue C M Y K H S L
Decimal 84 192 156 0.56 0 0.19 0.25 160 0.46 0.54
Hex 54 C0 9C 38 0 13 19 A0 2E 36
Octal 124 300 234 70 0 23 31 240 56 66
Binary 1010100 11000000 10011100 111000 0 10011 11001 10100000 101110 110110

Color Harmonies of #54C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C09C

Black with #54C09C

Text Example


Text Example

White with #54C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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