#55BCAA

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

Shades of Puerto Rico #55BCAA

Tints of Puerto Rico #55BCAA

Color information

#55BCAA (or 0x55BCAA) is unknown color: approx Puerto Rico. HEX triplet: 55, BC and AA. RGB value is (85,188,170). Sum of RGB (Red+Green+Blue) = 85+188+170=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BCAA is #AA4355. Grayscale: #9B9B9B. Windows color (decimal): -11158358 or 11189333. OLE color: 11189333.

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

Color convert

RGB85188170-
CMYK0.5500.100.26
HSL169.51º43.46%53.53%-
HSV(B)169.51º54.79%73.73%-
XYZ28.9940.844.38-
YUV155.15136.3877.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.19%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=19.19%
G=42.44%
B=38.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881700.5500.100.26169.5143.4653.53
Hex55BCAA370A1Aaa2b36
Octal12527425267012322525366
Binary10101011011110010101010110111010101101010101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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