#57BEAC

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

Shades of Puerto Rico #57BEAC

Tints of Puerto Rico #57BEAC

Color information

#57BEAC (or 0x57BEAC) is unknown color: approx Puerto Rico. HEX triplet: 57, BE and AC. RGB value is (87,190,172). Sum of RGB (Red+Green+Blue) = 87+190+172=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BEAC is #A84153. Grayscale: #9D9D9D. Windows color (decimal): -11026772 or 11320919. OLE color: 11320919.

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

Color convert

RGB87190172-
CMYK0.5400.090.25
HSL169.51º44.21%54.31%-
HSV(B)169.51º54.21%74.51%-
XYZ29.7941.8345.53-
YUV157.15136.3877.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.38%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=19.38%
G=42.32%
B=38.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871901720.5400.090.25169.5144.2154.31
Hex57BEAC360919aa2c36
Octal12727625466011312525466
Binary10101111011111010101100110110010011100110101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,190,172); }

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

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

 a { background-color: rgb(87,190,172); }

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

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

 span { border-color: rgb(87,190,172); }

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