#56B4AA

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

Shades of Puerto Rico #56B4AA

Tints of Puerto Rico #56B4AA

Color information

#56B4AA (or 0x56B4AA) is unknown color: approx Puerto Rico. HEX triplet: 56, B4 and AA. RGB value is (86,180,170). Sum of RGB (Red+Green+Blue) = 86+180+170=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #56B4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B4AA is #A94B55. Grayscale: #969696. Windows color (decimal): -11094870 or 11187286. OLE color: 11187286.

HSL color Cylindrical-coordinate representation of color #56B4AA: hue angle of 173.62º 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 #56B4AA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB86180170-
CMYK0.5200.060.29
HSL173.62º38.52%52.16%-
HSV(B)173.62º52.22%70.59%-
XYZ27.4137.5243.83-
YUV150.75138.8681.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.72%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=19.72%
G=41.28%
B=38.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861801700.5200.060.29173.6238.5252.16
Hex56B4AA34061Dae2734
Octal1262642526406352564764
Binary1010110101101001010101011010001101110110101110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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