#54BBA6

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

Shades of Puerto Rico #54BBA6

Tints of Puerto Rico #54BBA6

Color information

#54BBA6 (or 0x54BBA6) is unknown color: approx Puerto Rico. HEX triplet: 54, BB and A6. RGB value is (84,187,166). Sum of RGB (Red+Green+Blue) = 84+187+166=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #54BBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BBA6 is #AB4459. Grayscale: #999999. Windows color (decimal): -11224154 or 10926932. OLE color: 10926932.

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

Color convert

RGB84187166-
CMYK0.5500.110.27
HSL167.77º43.1%53.14%-
HSV(B)167.77º55.08%73.33%-
XYZ28.3140.1842.34-
YUV153.81134.8878.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.22%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=19.22%
G=42.79%
B=37.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841871660.5500.110.27167.7743.153.14
Hex54BBA6370B1Ba82b35
Octal12427324667013332505365
Binary10101001011101110100110110111010111101110101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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