#55BBAC

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

Shades of Puerto Rico #55BBAC

Tints of Puerto Rico #55BBAC

Color information

#55BBAC (or 0x55BBAC) is unknown color: approx Puerto Rico. HEX triplet: 55, BB and AC. RGB value is (85,187,172). Sum of RGB (Red+Green+Blue) = 85+187+172=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #55BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BBAC is #AA4453. Grayscale: #9A9A9A. Windows color (decimal): -11158612 or 11320149. OLE color: 11320149.

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

Color convert

RGB85187172-
CMYK0.5500.080.27
HSL171.18º42.86%53.33%-
HSV(B)171.18º54.55%73.33%-
XYZ28.9640.4545.31-
YUV154.79137.7178.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.14%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=19.14%
G=42.12%
B=38.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851871720.5500.080.27171.1842.8653.33
Hex55BBAC37081Bab2b35
Octal12527325467010332535365
Binary10101011011101110101100110111010001101110101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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