#57c5a4

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

Shades of Puerto Rico #57C5A4

Tints of Puerto Rico #57C5A4

Color information

#57C5A4 (or 0x57C5A4) is unknown color: approx Puerto Rico. HEX triplet: 57, C5 and A4. RGB value is (87,197,164). Sum of RGB (Red+Green+Blue) = 87+197+164=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #57C5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C5A4 is #A83A5B. Grayscale: #A0A0A0. Windows color (decimal): -11024988 or 10798423. OLE color: 10798423.

HSL color Cylindrical-coordinate representation of color #57C5A4: hue angle of 162º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C5A4 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB87197164-
CMYK0.5600.170.23
HSL162º48.67%55.69%-
HSV(B)162º55.84%77.25%-
XYZ30.644.6442.13-
YUV160.35130.0675.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.42%
GREEN value IS 197 (77.34% from 255) = 43.97%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=19.42%
G=43.97%
B=36.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal871971640.5600.170.2316248.6755.69
Hex57C5A43801117a23138
Octal12730524470021272426170
Binary101011111000101101001001110000100011011110100010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57c5a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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