#57BAA8

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

Shades of Puerto Rico #57BAA8

Tints of Puerto Rico #57BAA8

Color information

#57BAA8 (or 0x57BAA8) is unknown color: approx Puerto Rico. HEX triplet: 57, BA and A8. RGB value is (87,186,168). Sum of RGB (Red+Green+Blue) = 87+186+168=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #57BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BAA8 is #A84557. Grayscale: #9A9A9A. Windows color (decimal): -11027800 or 11057751. OLE color: 11057751.

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

Color convert

RGB87186168-
CMYK0.5300.100.27
HSL169.09º41.77%53.53%-
HSV(B)169.09º53.23%72.94%-
XYZ28.5639.9743.26-
YUV154.35135.779.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.73%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=19.73%
G=42.18%
B=38.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861680.5300.100.27169.0941.7753.53
Hex57BAA8350A1Ba92a36
Octal12727225065012332515266
Binary10101111011101010101000110101010101101110101001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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