#56BB9D

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

Shades of Puerto Rico #56BB9D

Tints of Puerto Rico #56BB9D

Color information

#56BB9D (or 0x56BB9D) is unknown color: approx Puerto Rico. HEX triplet: 56, BB and 9D. RGB value is (86,187,157). Sum of RGB (Red+Green+Blue) = 86+187+157=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #56BB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BB9D is #A94462. Grayscale: #999999. Windows color (decimal): -11093091 or 10337110. OLE color: 10337110.

HSL color Cylindrical-coordinate representation of color #56BB9D: hue angle of 162.18º 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 #56BB9D is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB86187157-
CMYK0.5400.160.27
HSL162.18º42.62%53.53%-
HSV(B)162.18º54.01%73.33%-
XYZ27.6939.9538.15-
YUV153.38130.0479.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=20%
G=43.49%
B=36.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861871570.5400.160.27162.1842.6253.53
Hex56BB9D360101Ba22b36
Octal12627323566020332425366
Binary101011010111011100111011101100100001101110100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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