#55BFB2

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

Shades of Puerto Rico #55BFB2

Tints of Puerto Rico #55BFB2

Color information

#55BFB2 (or 0x55BFB2) is unknown color: approx Puerto Rico. HEX triplet: 55, BF and B2. RGB value is (85,191,178). Sum of RGB (Red+Green+Blue) = 85+191+178=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BFB2 is #AA404D. Grayscale: #9D9D9D. Windows color (decimal): -11157582 or 11714389. OLE color: 11714389.

HSL color Cylindrical-coordinate representation of color #55BFB2: hue angle of 172.64º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BFB2 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB85191178-
CMYK0.5500.070.25
HSL172.64º45.3%54.12%-
HSV(B)172.64º55.5%74.9%-
XYZ30.4142.4148.7-
YUV157.82139.3876.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.72%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 178 (69.92% from 255) = 39.21%
R=18.72%
G=42.07%
B=39.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911780.5500.070.25172.6445.354.12
Hex55BFB2370719ad2d36
Octal1252772626707312555566
Binary1010101101111111011001011011101111100110101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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