#57BD9E

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

Shades of Puerto Rico #57BD9E

Tints of Puerto Rico #57BD9E

Color information

#57BD9E (or 0x57BD9E) is unknown color: approx Puerto Rico. HEX triplet: 57, BD and 9E. RGB value is (87,189,158). Sum of RGB (Red+Green+Blue) = 87+189+158=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BD9E is #A84261. Grayscale: #9A9A9A. Windows color (decimal): -11027042 or 10403159. OLE color: 10403159.

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

Color convert

RGB87189158-
CMYK0.5400.160.26
HSL161.76º43.59%54.12%-
HSV(B)161.76º53.97%74.12%-
XYZ28.340.8938.75-
YUV154.97129.7179.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.05%
GREEN value IS 189 (74.22% from 255) = 43.55%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=20.05%
G=43.55%
B=36.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871891580.5400.160.26161.7643.5954.12
Hex57BD9E360101Aa22c36
Octal12727523666020322425466
Binary101011110111101100111101101100100001101010100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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