#57AEA4

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

Shades of Puerto Rico #57AEA4

Tints of Puerto Rico #57AEA4

Color information

#57AEA4 (or 0x57AEA4) is unknown color: approx Puerto Rico. HEX triplet: 57, AE and A4. RGB value is (87,174,164). Sum of RGB (Red+Green+Blue) = 87+174+164=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #57AEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AEA4 is #A8515B. Grayscale: #929292. Windows color (decimal): -11030876 or 10792535. OLE color: 10792535.

HSL color Cylindrical-coordinate representation of color #57AEA4: hue angle of 173.1º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AEA4 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB87174164-
CMYK0.500.060.32
HSL173.1º34.94%51.18%-
HSV(B)173.1º50%68.24%-
XYZ25.7734.9840.52-
YUV146.85137.6885.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.47%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=20.47%
G=40.94%
B=38.59%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871741640.500.060.32173.134.9451.18
Hex57AEA4320620ad2333
Octal1272562446206402554363
Binary10101111010111010100100110010011010000010101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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