#57BEAF

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

Shades of Puerto Rico #57BEAF

Tints of Puerto Rico #57BEAF

Color information

#57BEAF (or 0x57BEAF) is unknown color: approx Puerto Rico. HEX triplet: 57, BE and AF. RGB value is (87,190,175). Sum of RGB (Red+Green+Blue) = 87+190+175=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BEAF is #A84150. Grayscale: #9D9D9D. Windows color (decimal): -11026769 or 11517527. OLE color: 11517527.

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

Color convert

RGB87190175-
CMYK0.5400.080.25
HSL171.26º44.21%54.31%-
HSV(B)171.26º54.21%74.51%-
XYZ30.0841.9547.07-
YUV157.49137.8877.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.25%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=19.25%
G=42.04%
B=38.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871901750.5400.080.25171.2644.2154.31
Hex57BEAF360819ab2c36
Octal12727625766010312535466
Binary10101111011111010101111110110010001100110101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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