#55BCAC

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

Shades of Puerto Rico #55BCAC

Tints of Puerto Rico #55BCAC

Color information

#55BCAC (or 0x55BCAC) is unknown color: approx Puerto Rico. HEX triplet: 55, BC and AC. RGB value is (85,188,172). Sum of RGB (Red+Green+Blue) = 85+188+172=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BCAC is #AA4353. Grayscale: #9B9B9B. Windows color (decimal): -11158356 or 11320405. OLE color: 11320405.

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

Color convert

RGB85188172-
CMYK0.5500.090.26
HSL170.68º43.46%53.53%-
HSV(B)170.68º54.79%73.73%-
XYZ29.1840.8845.38-
YUV155.38137.3877.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=19.10%
G=42.25%
B=38.65%

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
Decimal851881720.5500.090.26170.6843.4653.53
Hex55BCAC37091Aab2b36
Octal12527425467011322535366
Binary10101011011110010101100110111010011101010101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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