#54BBA9

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

Shades of Puerto Rico #54BBA9

Tints of Puerto Rico #54BBA9

Color information

#54BBA9 (or 0x54BBA9) is unknown color: approx Puerto Rico. HEX triplet: 54, BB and A9. RGB value is (84,187,169). Sum of RGB (Red+Green+Blue) = 84+187+169=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #54BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BBA9 is #AB4456. Grayscale: #9A9A9A. Windows color (decimal): -11224151 or 11123540. OLE color: 11123540.

HSL color Cylindrical-coordinate representation of color #54BBA9: hue angle of 169.51º degrees, saturation: 0.43, 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 #54BBA9 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB84187169-
CMYK0.5500.100.27
HSL169.51º43.1%53.14%-
HSV(B)169.51º55.08%73.33%-
XYZ28.5940.2943.81-
YUV154.15136.3877.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.09%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=19.09%
G=42.5%
B=38.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841871690.5500.100.27169.5143.153.14
Hex54BBA9370A1Baa2b35
Octal12427325167012332525365
Binary10101001011101110101001110111010101101110101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,187,169); }

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

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

 a { background-color: rgb(84,187,169); }

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

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

 span { border-color: rgb(84,187,169); }

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