Html Css Color HEX #8EF0D1 Aquamarine

📋 copy color: '#8EF0D1'

red 142 ◦ green 240 ◦ blue 209

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

Shades of Aquamarine #8EF0D1

Tints of Aquamarine #8EF0D1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.61%

 BLUE value IS 209 (82.03% from 255) = 35.36%

R = 24.03%
G = 40.61%
B = 35.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#8EF0D1 (or 0x8EF0D1) is known color: Aquamarine. HEX triplet: 8E, F0 and D1. RGB value is (142,240,209). Sum of RGB (Red+Green+Blue) = 142+240+209=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF0D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF0D1 is #710F2E. Grayscale: #CFCFCF. Windows color (decimal): -7409455 or 13758606. OLE color: 13758606.

HSL color Cylindrical-coordinate representation of color #8EF0D1: hue angle of 161.02º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF0D1 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 240 209 -
CMYK 0.41 0 0.13 0.06
HSL 161.02º 0.77% 0.75% -
HSV(B) 161.02º 0.41% 0.94% -
XYZ 53.82 72.67 71.51 -
YUV 207.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 142 240 209 0.41 0 0.13 0.06 161.02 0.77 0.75
Hex 8E F0 D1 29 0 D 6 A1 4D 4B
Octal 216 360 321 51 0 15 6 241 115 113
Binary 10001110 11110000 11010001 101001 0 1101 110 10100001 1001101 1001011

Color Harmonies of #8EF0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF0D1

Black with #8EF0D1

Text Example


Text Example

White with #8EF0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,240,209); }

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

background-color css

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

 a { background-color: rgb(142,240,209); }

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

border-color css

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

 span { border-color: rgb(142,240,209); }

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