#56AE9D

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

Shades of Puerto Rico #56AE9D

Tints of Puerto Rico #56AE9D

Color information

#56AE9D (or 0x56AE9D) is unknown color: approx Puerto Rico. HEX triplet: 56, AE and 9D. RGB value is (86,174,157). Sum of RGB (Red+Green+Blue) = 86+174+157=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AE9D is #A95162. Grayscale: #919191. Windows color (decimal): -11096419 or 10333782. OLE color: 10333782.

HSL color Cylindrical-coordinate representation of color #56AE9D: hue angle of 168.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AE9D is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB86174157-
CMYK0.5100.100.32
HSL168.41º35.2%50.98%-
HSV(B)168.41º50.57%68.24%-
XYZ25.0634.6837.27-
YUV145.75134.3585.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.62%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=20.62%
G=41.73%
B=37.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861741570.5100.100.32168.4135.250.98
Hex56AE9D330A20a82333
Octal12625623563012402504363
Binary101011010101110100111011100110101010000010101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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