#55B6A3

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

Shades of Puerto Rico #55B6A3

Tints of Puerto Rico #55B6A3

Color information

#55B6A3 (or 0x55B6A3) is unknown color: approx Puerto Rico. HEX triplet: 55, B6 and A3. RGB value is (85,182,163). Sum of RGB (Red+Green+Blue) = 85+182+163=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #55B6A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B6A3 is #AA495C. Grayscale: #969696. Windows color (decimal): -11159901 or 10729045. OLE color: 10729045.

HSL color Cylindrical-coordinate representation of color #55B6A3: hue angle of 168.25º 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 #55B6A3 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB85182163-
CMYK0.5300.100.29
HSL168.25º39.92%52.35%-
HSV(B)168.25º53.3%71.37%-
XYZ27.0938.0340.56-
YUV150.83134.8681.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.77%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=19.77%
G=42.33%
B=37.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821630.5300.100.29168.2539.9252.35
Hex55B6A3350A1Da82834
Octal12526624365012352505064
Binary10101011011011010100011110101010101110110101000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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