#57BAA1

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

Shades of Puerto Rico #57BAA1

Tints of Puerto Rico #57BAA1

Color information

#57BAA1 (or 0x57BAA1) is unknown color: approx Puerto Rico. HEX triplet: 57, BA and A1. RGB value is (87,186,161). Sum of RGB (Red+Green+Blue) = 87+186+161=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #57BAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BAA1 is #A8455E. Grayscale: #999999. Windows color (decimal): -11027807 or 10598999. OLE color: 10598999.

HSL color Cylindrical-coordinate representation of color #57BAA1: hue angle of 164.85º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BAA1 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB87186161-
CMYK0.5300.130.27
HSL164.85º41.77%53.53%-
HSV(B)164.85º53.23%72.94%-
XYZ27.9239.7239.91-
YUV153.55132.280.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.05%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=20.05%
G=42.86%
B=37.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861610.5300.130.27164.8541.7753.53
Hex57BAA1350D1Ba52a36
Octal12727224165015332455266
Binary10101111011101010100001110101011011101110100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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