#56B4A4

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

Shades of Puerto Rico #56B4A4

Tints of Puerto Rico #56B4A4

Color information

#56B4A4 (or 0x56B4A4) is unknown color: approx Puerto Rico. HEX triplet: 56, B4 and A4. RGB value is (86,180,164). Sum of RGB (Red+Green+Blue) = 86+180+164=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #56B4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B4A4 is #A94B5B. Grayscale: #969696. Windows color (decimal): -11094876 or 10794070. OLE color: 10794070.

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

Color convert

RGB86180164-
CMYK0.5200.090.29
HSL169.79º38.52%52.16%-
HSV(B)169.79º52.22%70.59%-
XYZ26.8637.340.91-
YUV150.07135.8682.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 164 (64.45% from 255) = 38.14%
R=20%
G=41.86%
B=38.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861801640.5200.090.29169.7938.5252.16
Hex56B4A434091Daa2734
Octal12626424464011352524764
Binary10101101011010010100100110100010011110110101010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,180,164); }

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

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

 a { background-color: rgb(86,180,164); }

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

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

 span { border-color: rgb(86,180,164); }

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