#54C3A6

Color #54C3A6 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #54C3A6

Tints of Puerto Rico #54C3A6

Color information

#54C3A6 (or 0x54C3A6) is unknown color: approx Puerto Rico. HEX triplet: 54, C3 and A6. RGB value is (84,195,166). Sum of RGB (Red+Green+Blue) = 84+195+166=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #54C3A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C3A6 is #AB3C59. Grayscale: #9E9E9E. Windows color (decimal): -11222106 or 10928980. OLE color: 10928980.

HSL color Cylindrical-coordinate representation of color #54C3A6: hue angle of 164.32º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C3A6 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB84195166-
CMYK0.5700.150.24
HSL164.32º48.05%54.71%-
HSV(B)164.32º56.92%76.47%-
XYZ30.0543.6742.92-
YUV158.5132.2374.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.88%
GREEN value IS 195 (76.56% from 255) = 43.82%
BLUE value IS 166 (65.23% from 255) = 37.30%
R=18.88%
G=43.82%
B=37.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841951660.5700.150.24164.3248.0554.71
Hex54C3A6390F18a43037
Octal12430324671017302446067
Binary10101001100001110100110111001011111100010100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,195,166); }

 H1.HeaderClassName
 {
   color: #54C3A6;
 }
 .AnyTagClassName
 {
   color: #54C3A6;
 }
</style>
background-color css

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

 a { background-color: rgb(84,195,166); }

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

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

 span { border-color: rgb(84,195,166); }

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