#57B7A7

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

Shades of Puerto Rico #57B7A7

Tints of Puerto Rico #57B7A7

Color information

#57B7A7 (or 0x57B7A7) is unknown color: approx Puerto Rico. HEX triplet: 57, B7 and A7. RGB value is (87,183,167). Sum of RGB (Red+Green+Blue) = 87+183+167=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #57B7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B7A7 is #A84858. Grayscale: #989898. Windows color (decimal): -11028569 or 10991447. OLE color: 10991447.

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

Color convert

RGB87183167-
CMYK0.5200.090.28
HSL170º40%52.94%-
HSV(B)170º52.46%71.76%-
XYZ27.8438.6842.56-
YUV152.47136.281.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.91%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 167 (65.62% from 255) = 38.22%
R=19.91%
G=41.88%
B=38.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal871831670.5200.090.281704052.94
Hex57B7A734091Caa2835
Octal12726724764011342525065
Binary10101111011011110100111110100010011110010101010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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