#57B7A2

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

Shades of Puerto Rico #57B7A2

Tints of Puerto Rico #57B7A2

Color information

#57B7A2 (or 0x57B7A2) is unknown color: approx Puerto Rico. HEX triplet: 57, B7 and A2. RGB value is (87,183,162). Sum of RGB (Red+Green+Blue) = 87+183+162=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #57B7A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B7A2 is #A8485D. Grayscale: #979797. Windows color (decimal): -11028574 or 10663767. OLE color: 10663767.

HSL color Cylindrical-coordinate representation of color #57B7A2: hue angle of 166.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B7A2 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB87183162-
CMYK0.5200.110.28
HSL166.88º40%52.94%-
HSV(B)166.88º52.46%71.76%-
XYZ27.3938.540.17-
YUV151.9133.781.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.14%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 162 (63.67% from 255) = 37.5%
R=20.14%
G=42.36%
B=37.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal871831620.5200.110.28166.884052.94
Hex57B7A2340B1Ca72835
Octal12726724264013342475065
Binary10101111011011110100010110100010111110010100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,183,162); }

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

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

 a { background-color: rgb(87,183,162); }

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

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

 span { border-color: rgb(87,183,162); }

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