#55BCB2

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

Shades of Puerto Rico #55BCB2

Tints of Puerto Rico #55BCB2

Color information

#55BCB2 (or 0x55BCB2) is unknown color: approx Puerto Rico. HEX triplet: 55, BC and B2. RGB value is (85,188,178). Sum of RGB (Red+Green+Blue) = 85+188+178=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BCB2 is #AA434D. Grayscale: #9C9C9C. Windows color (decimal): -11158350 or 11713621. OLE color: 11713621.

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

Color convert

RGB85188178-
CMYK0.5500.050.26
HSL174.17º43.46%53.53%-
HSV(B)174.17º54.79%73.73%-
XYZ29.7741.1148.49-
YUV156.06140.3877.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=18.85%
G=41.69%
B=39.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881780.5500.050.26174.1743.4653.53
Hex55BCB237051Aae2b36
Octal1252742626705322565366
Binary1010101101111001011001011011101011101010101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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