Html Css Color HEX #8EFED2 Aquamarine

📋 copy color: '#8EFED2'

red 142 ◦ green 254 ◦ blue 210

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

Shades of Aquamarine #8EFED2

Tints of Aquamarine #8EFED2

RGB

 RED value IS 142 (55.86% from 255) = 23.43%

 GREEN value IS 254 (99.61% from 255) = 41.91%

 BLUE value IS 210 (82.42% from 255) = 34.65%

R = 23.43%
G = 41.91%
B = 34.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#8EFED2 (or 0x8EFED2) is known color: Aquamarine. HEX triplet: 8E, FE and D2. RGB value is (142,254,210). Sum of RGB (Red+Green+Blue) = 142+254+210=606 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.43% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFED2 is #71012D. Grayscale: #D7D7D7. Windows color (decimal): -7405870 or 13827726. OLE color: 13827726.

HSL color Cylindrical-coordinate representation of color #8EFED2: hue angle of 156.43º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFED2 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 142 254 210 -
CMYK 0.44 0 0.17 0.00
HSL 156.43º 0.98% 0.78% -
HSV(B) 156.43º 0.44% 1% -
XYZ 58.23 81.29 73.59 -
YUV 215.5 124.89 75.58 -
System Red Green Blue C M Y K H S L
Decimal 142 254 210 0.44 0 0.17 0.00 156.43 0.98 0.78
Hex 8E FE D2 2C 0 11 0 9C 62 4E
Octal 216 376 322 54 0 21 0 234 142 116
Binary 10001110 11111110 11010010 101100 0 10001 0 10011100 1100010 1001110

Color Harmonies of #8EFED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFED2

Black with #8EFED2

Text Example


Text Example

White with #8EFED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EFED2; }

 p { color: rgb(142,254,210); }

 H1.HeaderClassName
 {
   color: #8EFED2;
 }
 .AnyTagClassName
 {
   color: #8EFED2;
 }
</style>

background-color css

<style>
 a { background-color: #8EFED2; }

 a { background-color: rgb(142,254,210); }

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

border-color css

<style>
 span { border-color: #8EFED2; }

 span { border-color: rgb(142,254,210); }

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