Html Css Color HEX #57FCC2 Aquamarine

📋 copy color: '#57FCC2'

red 87 ◦ green 252 ◦ blue 194

#57FCC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #57FCC2

Tints of Aquamarine #57FCC2

RGB

 RED value IS 87 (34.38% from 255) = 16.32%

 GREEN value IS 252 (98.83% from 255) = 47.28%

 BLUE value IS 194 (76.17% from 255) = 36.4%

R = 16.32%
G = 47.28%
B = 36.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#57FCC2 (or 0x57FCC2) is known color: Aquamarine. HEX triplet: 57, FC and C2. RGB value is (87,252,194). Sum of RGB (Red+Green+Blue) = 87+252+194=533 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.32% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCC2 is #A8033D. Grayscale: #C4C4C4. Windows color (decimal): -11010878 or 12778583. OLE color: 12778583.

HSL color Cylindrical-coordinate representation of color #57FCC2: hue angle of 158.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCC2 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 252 194 -
CMYK 0.65 0 0.23 0.01
HSL 158.91º 0.96% 0.66% -
HSV(B) 158.91º 0.65% 0.99% -
XYZ 48.48 75.54 63.06 -
YUV 196.05 126.84 50.22 -
System Red Green Blue C M Y K H S L
Decimal 87 252 194 0.65 0 0.23 0.01 158.91 0.96 0.66
Hex 57 FC C2 41 0 17 1 9F 60 42
Octal 127 374 302 101 0 27 1 237 140 102
Binary 1010111 11111100 11000010 1000001 0 10111 1 10011111 1100000 1000010

Color Harmonies of #57FCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FCC2

Black with #57FCC2

Text Example


Text Example

White with #57FCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,252,194); }

 H1.HeaderClassName
 {
   color: #57FCC2;
 }
 .AnyTagClassName
 {
   color: #57FCC2;
 }
</style>

background-color css

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

 a { background-color: rgb(87,252,194); }

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

border-color css

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

 span { border-color: rgb(87,252,194); }

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