#57BDA2

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

Shades of Puerto Rico #57BDA2

Tints of Puerto Rico #57BDA2

Color information

#57BDA2 (or 0x57BDA2) is unknown color: approx Puerto Rico. HEX triplet: 57, BD and A2. RGB value is (87,189,162). Sum of RGB (Red+Green+Blue) = 87+189+162=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BDA2 is #A8425D. Grayscale: #9B9B9B. Windows color (decimal): -11027038 or 10665303. OLE color: 10665303.

HSL color Cylindrical-coordinate representation of color #57BDA2: hue angle of 164.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BDA2 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB87189162-
CMYK0.5400.140.26
HSL164.12º43.59%54.12%-
HSV(B)164.12º53.97%74.12%-
XYZ28.6541.0340.59-
YUV155.42131.7179.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.86%
GREEN value IS 189 (74.22% from 255) = 43.15%
BLUE value IS 162 (63.67% from 255) = 36.99%
R=19.86%
G=43.15%
B=36.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871891620.5400.140.26164.1243.5954.12
Hex57BDA2360E1Aa42c36
Octal12727524266016322445466
Binary10101111011110110100010110110011101101010100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,189,162); }

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

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

 a { background-color: rgb(87,189,162); }

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

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

 span { border-color: rgb(87,189,162); }

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