#56BBA7

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

Shades of Puerto Rico #56BBA7

Tints of Puerto Rico #56BBA7

Color information

#56BBA7 (or 0x56BBA7) is unknown color: approx Puerto Rico. HEX triplet: 56, BB and A7. RGB value is (86,187,167). Sum of RGB (Red+Green+Blue) = 86+187+167=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #56BBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BBA7 is #A94458. Grayscale: #9A9A9A. Windows color (decimal): -11093081 or 10992470. OLE color: 10992470.

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

Color convert

RGB86187167-
CMYK0.5400.110.27
HSL168.12º42.62%53.53%-
HSV(B)168.12º54.01%73.33%-
XYZ28.5840.3142.83-
YUV154.52135.0479.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.55%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=19.55%
G=42.5%
B=37.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861871670.5400.110.27168.1242.6253.53
Hex56BBA7360B1Ba82b36
Octal12627324766013332505366
Binary10101101011101110100111110110010111101110101000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,187,167); }

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

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

 a { background-color: rgb(86,187,167); }

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

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

 span { border-color: rgb(86,187,167); }

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