#56BCB4

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

Shades of Puerto Rico #56BCB4

Tints of Puerto Rico #56BCB4

Color information

#56BCB4 (or 0x56BCB4) is unknown color: approx Puerto Rico. HEX triplet: 56, BC and B4. RGB value is (86,188,180). Sum of RGB (Red+Green+Blue) = 86+188+180=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #56BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCB4 is #A9434B. Grayscale: #9C9C9C. Windows color (decimal): -11092812 or 11844694. OLE color: 11844694.

HSL color Cylindrical-coordinate representation of color #56BCB4: hue angle of 175.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BCB4 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB86188180-
CMYK0.5400.040.26
HSL175.29º43.22%53.73%-
HSV(B)175.29º54.26%73.73%-
XYZ30.0641.2449.56-
YUV156.59141.2177.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.94%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=18.94%
G=41.41%
B=39.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861881800.5400.040.26175.2943.2253.73
Hex56BCB436041Aaf2b36
Octal1262742646604322575366
Binary1010110101111001011010011011001001101010101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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