#57BF9E

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

Shades of Puerto Rico #57BF9E

Tints of Puerto Rico #57BF9E

Color information

#57BF9E (or 0x57BF9E) is unknown color: approx Puerto Rico. HEX triplet: 57, BF and 9E. RGB value is (87,191,158). Sum of RGB (Red+Green+Blue) = 87+191+158=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #57BF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BF9E is #A84061. Grayscale: #9C9C9C. Windows color (decimal): -11026530 or 10403671. OLE color: 10403671.

HSL color Cylindrical-coordinate representation of color #57BF9E: hue angle of 160.96º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BF9E is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB87191158-
CMYK0.5400.170.25
HSL160.96º44.83%54.51%-
HSV(B)160.96º54.45%74.9%-
XYZ28.7341.7638.89-
YUV156.14129.0478.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.95%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=19.95%
G=43.81%
B=36.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871911580.5400.170.25160.9644.8354.51
Hex57BF9E3601119a12d37
Octal12727723666021312415567
Binary101011110111111100111101101100100011100110100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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