Html Css Color HEX #57FFCD Aquamarine

📋 copy color: '#57FFCD'

red 87 ◦ green 255 ◦ blue 205

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

Shades of Aquamarine #57FFCD

Tints of Aquamarine #57FFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 46.62%

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 15.9%
G = 46.62%
B = 37.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#57FFCD (or 0x57FFCD) is known color: Aquamarine. HEX triplet: 57, FF and CD. RGB value is (87,255,205). Sum of RGB (Red+Green+Blue) = 87+255+205=547 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.90% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFCD is #A80032. Grayscale: #C7C7C7. Windows color (decimal): -11010099 or 13500247. OLE color: 13500247.

HSL color Cylindrical-coordinate representation of color #57FFCD: hue angle of 162.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FFCD is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 87 255 205 -
CMYK 0.66 0 0.20 0
HSL 162.14º 1% 0.67% -
HSV(B) 162.14º 0.66% 1% -
XYZ 50.71 77.95 70.13 -
YUV 199.07 131.34 48.07 -
System Red Green Blue C M Y K H S L
Decimal 87 255 205 0.66 0 0.20 0 162.14 1 0.67
Hex 57 FF CD 42 0 14 0 A2 64 43
Octal 127 377 315 102 0 24 0 242 144 103
Binary 1010111 11111111 11001101 1000010 0 10100 0 10100010 1100100 1000011

Color Harmonies of #57FFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FFCD

Black with #57FFCD

Text Example


Text Example

White with #57FFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,255,205); }

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

background-color css

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

 a { background-color: rgb(87,255,205); }

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

border-color css

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

 span { border-color: rgb(87,255,205); }

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