#54B9AD

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

Shades of Puerto Rico #54B9AD

Tints of Puerto Rico #54B9AD

Color information

#54B9AD (or 0x54B9AD) is unknown color: approx Puerto Rico. HEX triplet: 54, B9 and AD. RGB value is (84,185,173). Sum of RGB (Red+Green+Blue) = 84+185+173=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #54B9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B9AD is #AB4652. Grayscale: #999999. Windows color (decimal): -11224659 or 11385172. OLE color: 11385172.

HSL color Cylindrical-coordinate representation of color #54B9AD: hue angle of 172.87º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54B9AD is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB84185173-
CMYK0.5500.060.27
HSL172.87º41.91%52.75%-
HSV(B)172.87º54.59%72.55%-
XYZ28.5539.645.67-
YUV153.43139.0478.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.00%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=19.00%
G=41.86%
B=39.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841851730.5500.060.27172.8741.9152.75
Hex54B9AD37061Bad2a35
Octal1242712556706332555265
Binary1010100101110011010110111011101101101110101101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,185,173); }

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

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

 a { background-color: rgb(84,185,173); }

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

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

 span { border-color: rgb(84,185,173); }

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