#56B7AD

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

Shades of Puerto Rico #56B7AD

Tints of Puerto Rico #56B7AD

Color information

#56B7AD (or 0x56B7AD) is unknown color: approx Puerto Rico. HEX triplet: 56, B7 and AD. RGB value is (86,183,173). Sum of RGB (Red+Green+Blue) = 86+183+173=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #56B7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B7AD is #A94852. Grayscale: #989898. Windows color (decimal): -11094099 or 11384662. OLE color: 11384662.

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

Color convert

RGB86183173-
CMYK0.5300.050.28
HSL173.81º40.25%52.75%-
HSV(B)173.81º53.01%71.76%-
XYZ28.3138.8645.54-
YUV152.86139.3680.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.46%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=19.46%
G=41.40%
B=39.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861831730.5300.050.28173.8140.2552.75
Hex56B7AD35051Cae2835
Octal1262672556505342565065
Binary1010110101101111010110111010101011110010101110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,183,173); }

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

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

 a { background-color: rgb(86,183,173); }

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

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

 span { border-color: rgb(86,183,173); }

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