#57BD9C

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

Shades of Puerto Rico #57BD9C

Tints of Puerto Rico #57BD9C

Color information

#57BD9C (or 0x57BD9C) is unknown color: approx Puerto Rico. HEX triplet: 57, BD and 9C. RGB value is (87,189,156). Sum of RGB (Red+Green+Blue) = 87+189+156=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BD9C is #A84263. Grayscale: #9A9A9A. Windows color (decimal): -11027044 or 10272087. OLE color: 10272087.

HSL color Cylindrical-coordinate representation of color #57BD9C: hue angle of 160.59º degrees, saturation: 0.44, 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 #57BD9C is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB87189156-
CMYK0.5400.170.26
HSL160.59º43.59%54.12%-
HSV(B)160.59º53.97%74.12%-
XYZ28.1340.8237.85-
YUV154.74128.7179.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.14%
GREEN value IS 189 (74.22% from 255) = 43.75%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=20.14%
G=43.75%
B=36.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871891560.5400.170.26160.5943.5954.12
Hex57BD9C360111Aa12c36
Octal12727523466021322415466
Binary101011110111101100111001101100100011101010100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57BD9C; }

 p { color: rgb(87,189,156); }

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

<style>
 a { background-color: #57BD9C; }

 a { background-color: rgb(87,189,156); }

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

<style>
 span { border-color: #57BD9C; }

 span { border-color: rgb(87,189,156); }

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