Html Css Color HEX #8EFDC0 Aquamarine

📋 copy color: '#8EFDC0'

red 142 ◦ green 253 ◦ blue 192

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

Shades of Aquamarine #8EFDC0

Tints of Aquamarine #8EFDC0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.1%

 BLUE value IS 192 (75.39% from 255) = 32.71%

R = 24.19%
G = 43.1%
B = 32.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#8EFDC0 (or 0x8EFDC0) is known color: Aquamarine. HEX triplet: 8E, FD and C0. RGB value is (142,253,192). Sum of RGB (Red+Green+Blue) = 142+253+192=587 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.19% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDC0 is #71023F. Grayscale: #D4D4D4. Windows color (decimal): -7406144 or 12647822. OLE color: 12647822.

HSL color Cylindrical-coordinate representation of color #8EFDC0: hue angle of 147.03º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDC0 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 253 192 -
CMYK 0.44 0 0.24 0.01
HSL 147.03º 0.97% 0.77% -
HSV(B) 147.03º 0.44% 0.99% -
XYZ 55.8 79.81 62.33 -
YUV 212.86 116.23 77.46 -
System Red Green Blue C M Y K H S L
Decimal 142 253 192 0.44 0 0.24 0.01 147.03 0.97 0.77
Hex 8E FD C0 2C 0 18 1 93 61 4D
Octal 216 375 300 54 0 30 1 223 141 115
Binary 10001110 11111101 11000000 101100 0 11000 1 10010011 1100001 1001101

Color Harmonies of #8EFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDC0

Black with #8EFDC0

Text Example


Text Example

White with #8EFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,253,192); }

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

background-color css

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

 a { background-color: rgb(142,253,192); }

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

border-color css

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

 span { border-color: rgb(142,253,192); }

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