#55B6A2

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

Shades of Puerto Rico #55B6A2

Tints of Puerto Rico #55B6A2

Color information

#55B6A2 (or 0x55B6A2) is unknown color: approx Puerto Rico. HEX triplet: 55, B6 and A2. RGB value is (85,182,162). Sum of RGB (Red+Green+Blue) = 85+182+162=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #55B6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B6A2 is #AA495D. Grayscale: #969696. Windows color (decimal): -11159902 or 10663509. OLE color: 10663509.

HSL color Cylindrical-coordinate representation of color #55B6A2: hue angle of 167.63º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B6A2 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB85182162-
CMYK0.5300.110.29
HSL167.63º39.92%52.35%-
HSV(B)167.63º53.3%71.37%-
XYZ273840.09-
YUV150.72134.3681.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.81%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=19.81%
G=42.42%
B=37.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821620.5300.110.29167.6339.9252.35
Hex55B6A2350B1Da82834
Octal12526624265013352505064
Binary10101011011011010100010110101010111110110101000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,182,162); }

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

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

 a { background-color: rgb(85,182,162); }

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

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

 span { border-color: rgb(85,182,162); }

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