Html Css Color HEX #8EFADC Aquamarine

📋 copy color: '#8EFADC'

red 142 ◦ green 250 ◦ blue 220

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

Shades of Aquamarine #8EFADC

Tints of Aquamarine #8EFADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.85%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 23.2%
G = 40.85%
B = 35.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#8EFADC (or 0x8EFADC) is known color: Aquamarine. HEX triplet: 8E, FA and DC. RGB value is (142,250,220). Sum of RGB (Red+Green+Blue) = 142+250+220=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFADC is #710523. Grayscale: #D6D6D6. Windows color (decimal): -7406884 or 14482062. OLE color: 14482062.

HSL color Cylindrical-coordinate representation of color #8EFADC: hue angle of 163.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFADC is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 250 220 -
CMYK 0.43 0 0.12 0.02
HSL 163.33º 0.92% 0.77% -
HSV(B) 163.33º 0.43% 0.98% -
XYZ 58.26 79.29 79.94 -
YUV 214.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 142 250 220 0.43 0 0.12 0.02 163.33 0.92 0.77
Hex 8E FA DC 2B 0 C 2 A3 5C 4D
Octal 216 372 334 53 0 14 2 243 134 115
Binary 10001110 11111010 11011100 101011 0 1100 10 10100011 1011100 1001101

Color Harmonies of #8EFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFADC

Black with #8EFADC

Text Example


Text Example

White with #8EFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,250,220); }

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

background-color css

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

 a { background-color: rgb(142,250,220); }

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

border-color css

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

 span { border-color: rgb(142,250,220); }

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