#56AFA6

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

Shades of Puerto Rico #56AFA6

Tints of Puerto Rico #56AFA6

Color information

#56AFA6 (or 0x56AFA6) is unknown color: approx Puerto Rico. HEX triplet: 56, AF and A6. RGB value is (86,175,166). Sum of RGB (Red+Green+Blue) = 86+175+166=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #56AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AFA6 is #A95059. Grayscale: #939393. Windows color (decimal): -11096154 or 10923862. OLE color: 10923862.

HSL color Cylindrical-coordinate representation of color #56AFA6: hue angle of 173.93º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AFA6 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB86175166-
CMYK0.5100.050.31
HSL173.93º35.74%51.18%-
HSV(B)173.93º50.86%68.63%-
XYZ26.0535.3941.53-
YUV147.36138.5184.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.14%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=20.14%
G=40.98%
B=38.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861751660.5100.050.31173.9335.7451.18
Hex56AFA633051Fae2433
Octal1262572466305372564463
Binary1010110101011111010011011001101011111110101110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,175,166); }

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

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

 a { background-color: rgb(86,175,166); }

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

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

 span { border-color: rgb(86,175,166); }

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