#56AF9D

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

Shades of Puerto Rico #56AF9D

Tints of Puerto Rico #56AF9D

Color information

#56AF9D (or 0x56AF9D) is unknown color: approx Puerto Rico. HEX triplet: 56, AF and 9D. RGB value is (86,175,157). Sum of RGB (Red+Green+Blue) = 86+175+157=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AF9D is #A95062. Grayscale: #929292. Windows color (decimal): -11096163 or 10334038. OLE color: 10334038.

HSL color Cylindrical-coordinate representation of color #56AF9D: hue angle of 167.87º 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 #56AF9D is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB86175157-
CMYK0.5100.100.31
HSL167.87º35.74%51.18%-
HSV(B)167.87º50.86%68.63%-
XYZ25.2535.0737.34-
YUV146.34134.0184.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.57%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=20.57%
G=41.87%
B=37.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861751570.5100.100.31167.8735.7451.18
Hex56AF9D330A1Fa82433
Octal12625723563012372504463
Binary10101101010111110011101110011010101111110101000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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