#57C7AC

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

Shades of Puerto Rico #57C7AC

Tints of Puerto Rico #57C7AC

Color information

#57C7AC (or 0x57C7AC) is unknown color: approx Puerto Rico. HEX triplet: 57, C7 and AC. RGB value is (87,199,172). Sum of RGB (Red+Green+Blue) = 87+199+172=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #57C7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C7AC is #A83853. Grayscale: #A2A2A2. Windows color (decimal): -11024468 or 11323223. OLE color: 11323223.

HSL color Cylindrical-coordinate representation of color #57C7AC: hue angle of 165.54º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C7AC is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB87199172-
CMYK0.5600.140.22
HSL165.54º50%56.08%-
HSV(B)165.54º56.28%78.04%-
XYZ31.845.8546.2-
YUV162.43133.3974.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.00%
GREEN value IS 199 (78.12% from 255) = 43.45%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=19.00%
G=43.45%
B=37.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal871991720.5600.140.22165.545056.08
Hex57C7AC380E16a63238
Octal12730725470016262466270
Binary10101111100011110101100111000011101011010100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,199,172); }

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

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

 a { background-color: rgb(87,199,172); }

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

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

 span { border-color: rgb(87,199,172); }

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