#56C6B6

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

Shades of Puerto Rico #56C6B6

Tints of Puerto Rico #56C6B6

Color information

#56C6B6 (or 0x56C6B6) is unknown color: approx Puerto Rico. HEX triplet: 56, C6 and B6. RGB value is (86,198,182). Sum of RGB (Red+Green+Blue) = 86+198+182=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #56C6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C6B6 is #A93949. Grayscale: #A2A2A2. Windows color (decimal): -11090250 or 11978326. OLE color: 11978326.

HSL color Cylindrical-coordinate representation of color #56C6B6: hue angle of 171.43º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C6B6 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB86198182-
CMYK0.5700.080.22
HSL171.43º49.56%55.69%-
HSV(B)171.43º56.57%77.65%-
XYZ32.4845.7451.37-
YUV162.69138.8973.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.45%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=18.45%
G=42.49%
B=39.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861981820.5700.080.22171.4349.5655.69
Hex56C6B6390816ab3238
Octal12630626671010262536270
Binary10101101100011010110110111001010001011010101011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,198,182); }

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

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

 a { background-color: rgb(86,198,182); }

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

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

 span { border-color: rgb(86,198,182); }

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