#55BCA9

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

Shades of Puerto Rico #55BCA9

Tints of Puerto Rico #55BCA9

Color information

#55BCA9 (or 0x55BCA9) is unknown color: approx Puerto Rico. HEX triplet: 55, BC and A9. RGB value is (85,188,169). Sum of RGB (Red+Green+Blue) = 85+188+169=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BCA9 is #AA4356. Grayscale: #9B9B9B. Windows color (decimal): -11158359 or 11123797. OLE color: 11123797.

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

Color convert

RGB85188169-
CMYK0.5500.100.26
HSL168.93º43.46%53.53%-
HSV(B)168.93º54.79%73.73%-
XYZ28.8940.7643.88-
YUV155.04135.8878.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 188 (73.83% from 255) = 42.53%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=19.23%
G=42.53%
B=38.24%

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
Decimal851881690.5500.100.26168.9343.4653.53
Hex55BCA9370A1Aa92b36
Octal12527425167012322515366
Binary10101011011110010101001110111010101101010101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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