#56BEAF

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

Shades of Puerto Rico #56BEAF

Tints of Puerto Rico #56BEAF

Color information

#56BEAF (or 0x56BEAF) is unknown color: approx Puerto Rico. HEX triplet: 56, BE and AF. RGB value is (86,190,175). Sum of RGB (Red+Green+Blue) = 86+190+175=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #56BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BEAF is #A94150. Grayscale: #9D9D9D. Windows color (decimal): -11092305 or 11517526. OLE color: 11517526.

HSL color Cylindrical-coordinate representation of color #56BEAF: hue angle of 171.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BEAF is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB86190175-
CMYK0.5500.080.25
HSL171.35º44.44%54.12%-
HSV(B)171.35º54.74%74.51%-
XYZ29.9941.947.06-
YUV157.19138.0477.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.07%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=19.07%
G=42.13%
B=38.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861901750.5500.080.25171.3544.4454.12
Hex56BEAF370819ab2c36
Octal12627625767010312535466
Binary10101101011111010101111110111010001100110101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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