#57BDAE

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

Shades of Puerto Rico #57BDAE

Tints of Puerto Rico #57BDAE

Color information

#57BDAE (or 0x57BDAE) is unknown color: approx Puerto Rico. HEX triplet: 57, BD and AE. RGB value is (87,189,174). Sum of RGB (Red+Green+Blue) = 87+189+174=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BDAE is #A84251. Grayscale: #9C9C9C. Windows color (decimal): -11027026 or 11451735. OLE color: 11451735.

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

Color convert

RGB87189174-
CMYK0.5400.080.26
HSL171.18º43.59%54.12%-
HSV(B)171.18º53.97%74.12%-
XYZ29.7741.4846.48-
YUV156.79137.7178.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.33%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=19.33%
G=42%
B=38.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871891740.5400.080.26171.1843.5954.12
Hex57BDAE36081Aab2c36
Octal12727525666010322535466
Binary10101111011110110101110110110010001101010101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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