#54C6A5

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

Shades of Puerto Rico #54C6A5

Tints of Puerto Rico #54C6A5

Color information

#54C6A5 (or 0x54C6A5) is unknown color: approx Puerto Rico. HEX triplet: 54, C6 and A5. RGB value is (84,198,165). Sum of RGB (Red+Green+Blue) = 84+198+165=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #54C6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C6A5 is #AB395A. Grayscale: #A0A0A0. Windows color (decimal): -11221339 or 10864212. OLE color: 10864212.

HSL color Cylindrical-coordinate representation of color #54C6A5: hue angle of 162.63º 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 #54C6A5 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB84198165-
CMYK0.5800.170.22
HSL162.63º50%55.29%-
HSV(B)162.63º57.58%77.65%-
XYZ30.6444.9942.67-
YUV160.15130.7373.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.79%
GREEN value IS 198 (77.73% from 255) = 44.30%
BLUE value IS 165 (64.84% from 255) = 36.91%
R=18.79%
G=44.30%
B=36.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841981650.5800.170.22162.635055.29
Hex54C6A53A01116a33237
Octal12430624572021262436267
Binary101010011000110101001011110100100011011010100011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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