#57B7A1

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

Shades of Puerto Rico #57B7A1

Tints of Puerto Rico #57B7A1

Color information

#57B7A1 (or 0x57B7A1) is unknown color: approx Puerto Rico. HEX triplet: 57, B7 and A1. RGB value is (87,183,161). Sum of RGB (Red+Green+Blue) = 87+183+161=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #57B7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B7A1 is #A8485E. Grayscale: #979797. Windows color (decimal): -11028575 or 10598231. OLE color: 10598231.

HSL color Cylindrical-coordinate representation of color #57B7A1: hue angle of 166.25º 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 #57B7A1 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB87183161-
CMYK0.5200.120.28
HSL166.25º40%52.94%-
HSV(B)166.25º52.46%71.76%-
XYZ27.338.4739.7-
YUV151.79133.281.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.19%
GREEN value IS 183 (71.88% from 255) = 42.46%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=20.19%
G=42.46%
B=37.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal871831610.5200.120.28166.254052.94
Hex57B7A1340C1Ca62835
Octal12726724164014342465065
Binary10101111011011110100001110100011001110010100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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