#55BBAF

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

Shades of Puerto Rico #55BBAF

Tints of Puerto Rico #55BBAF

Color information

#55BBAF (or 0x55BBAF) is unknown color: approx Puerto Rico. HEX triplet: 55, BB and AF. RGB value is (85,187,175). Sum of RGB (Red+Green+Blue) = 85+187+175=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #55BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BBAF is #AA4450. Grayscale: #9B9B9B. Windows color (decimal): -11158609 or 11516757. OLE color: 11516757.

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

Color convert

RGB85187175-
CMYK0.5500.060.27
HSL172.94º42.86%53.33%-
HSV(B)172.94º54.55%73.33%-
XYZ29.2540.5746.85-
YUV155.13139.2177.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 187 (73.44% from 255) = 41.83%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=19.02%
G=41.83%
B=39.15%

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
Decimal851871750.5500.060.27172.9442.8653.33
Hex55BBAF37061Bad2b35
Octal1252732576706332555365
Binary1010101101110111010111111011101101101110101101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BBAF; }

 p { color: rgb(85,187,175); }

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

<style>
 a { background-color: #55BBAF; }

 a { background-color: rgb(85,187,175); }

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

<style>
 span { border-color: #55BBAF; }

 span { border-color: rgb(85,187,175); }

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