#55BCAB

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

Shades of Puerto Rico #55BCAB

Tints of Puerto Rico #55BCAB

Color information

#55BCAB (or 0x55BCAB) is unknown color: approx Puerto Rico. HEX triplet: 55, BC and AB. RGB value is (85,188,171). Sum of RGB (Red+Green+Blue) = 85+188+171=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BCAB is #AA4354. Grayscale: #9B9B9B. Windows color (decimal): -11158357 or 11254869. OLE color: 11254869.

HSL color Cylindrical-coordinate representation of color #55BCAB: hue angle of 170.1º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BCAB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB85188171-
CMYK0.5500.090.26
HSL170.1º43.46%53.53%-
HSV(B)170.1º54.79%73.73%-
XYZ29.0840.8444.88-
YUV155.26136.8877.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.14%
GREEN value IS 188 (73.83% from 255) = 42.34%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=19.14%
G=42.34%
B=38.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881710.5500.090.26170.143.4653.53
Hex55BCAB37091Aaa2b36
Octal12527425367011322525366
Binary10101011011110010101011110111010011101010101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,171); }

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

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

 a { background-color: rgb(85,188,171); }

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

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

 span { border-color: rgb(85,188,171); }

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