#54C6A6

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

Shades of Puerto Rico #54C6A6

Tints of Puerto Rico #54C6A6

Color information

#54C6A6 (or 0x54C6A6) is unknown color: approx Puerto Rico. HEX triplet: 54, C6 and A6. RGB value is (84,198,166). Sum of RGB (Red+Green+Blue) = 84+198+166=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #54C6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C6A6 is #AB3959. Grayscale: #A0A0A0. Windows color (decimal): -11221338 or 10929748. OLE color: 10929748.

HSL color Cylindrical-coordinate representation of color #54C6A6: hue angle of 163.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C6A6 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB84198166-
CMYK0.5800.160.22
HSL163.16º50%55.29%-
HSV(B)163.16º57.58%77.65%-
XYZ30.7345.0343.15-
YUV160.27131.2373.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.75%
GREEN value IS 198 (77.73% from 255) = 44.20%
BLUE value IS 166 (65.23% from 255) = 37.05%
R=18.75%
G=44.20%
B=37.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841981660.5800.160.22163.165055.29
Hex54C6A63A01016a33237
Octal12430624672020262436267
Binary101010011000110101001101110100100001011010100011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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