#56B6B0

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

Shades of Puerto Rico #56B6B0

Tints of Puerto Rico #56B6B0

Color information

#56B6B0 (or 0x56B6B0) is unknown color: approx Puerto Rico. HEX triplet: 56, B6 and B0. RGB value is (86,182,176). Sum of RGB (Red+Green+Blue) = 86+182+176=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #56B6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B6B0 is #A9494F. Grayscale: #989898. Windows color (decimal): -11094352 or 11581014. OLE color: 11581014.

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

Color convert

RGB86182176-
CMYK0.5300.030.29
HSL176.25º39.67%52.55%-
HSV(B)176.25º52.75%71.37%-
XYZ28.438.5747.02-
YUV152.61141.280.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.37%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=19.37%
G=40.99%
B=39.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861821760.5300.030.29176.2539.6752.55
Hex56B6B035031Db02835
Octal1262662606503352605065
Binary101011010110110101100001101010111110110110000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B6B0; }

 p { color: rgb(86,182,176); }

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

<style>
 a { background-color: #56B6B0; }

 a { background-color: rgb(86,182,176); }

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

<style>
 span { border-color: #56B6B0; }

 span { border-color: rgb(86,182,176); }

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