#55BBB2

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

Shades of Puerto Rico #55BBB2

Tints of Puerto Rico #55BBB2

Color information

#55BBB2 (or 0x55BBB2) is unknown color: approx Puerto Rico. HEX triplet: 55, BB and B2. RGB value is (85,187,178). Sum of RGB (Red+Green+Blue) = 85+187+178=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #55BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BBB2 is #AA444D. Grayscale: #9B9B9B. Windows color (decimal): -11158606 or 11713365. OLE color: 11713365.

HSL color Cylindrical-coordinate representation of color #55BBB2: hue angle of 174.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BBB2 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB85187178-
CMYK0.5500.050.27
HSL174.71º42.86%53.33%-
HSV(B)174.71º54.55%73.33%-
XYZ29.5540.6948.42-
YUV155.48140.7177.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.89%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 178 (69.92% from 255) = 39.56%
R=18.89%
G=41.56%
B=39.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851871780.5500.050.27174.7142.8653.33
Hex55BBB237051Baf2b35
Octal1252732626705332575365
Binary1010101101110111011001011011101011101110101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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