#57BAAB

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

Shades of Puerto Rico #57BAAB

Tints of Puerto Rico #57BAAB

Color information

#57BAAB (or 0x57BAAB) is unknown color: approx Puerto Rico. HEX triplet: 57, BA and AB. RGB value is (87,186,171). Sum of RGB (Red+Green+Blue) = 87+186+171=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #57BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BAAB is #A84554. Grayscale: #9A9A9A. Windows color (decimal): -11027797 or 11254359. OLE color: 11254359.

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

Color convert

RGB87186171-
CMYK0.5300.080.27
HSL170.91º41.77%53.53%-
HSV(B)170.91º53.23%72.94%-
XYZ28.8440.0844.75-
YUV154.69137.279.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.59%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=19.59%
G=41.89%
B=38.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861710.5300.080.27170.9141.7753.53
Hex57BAAB35081Bab2a36
Octal12727225365010332535266
Binary10101111011101010101011110101010001101110101011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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