Html Css Color HEX #8EF4CE Aquamarine

📋 copy color: '#8EF4CE'

red 142 ◦ green 244 ◦ blue 206

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

Shades of Aquamarine #8EF4CE

Tints of Aquamarine #8EF4CE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.22%

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 23.99%
G = 41.22%
B = 34.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#8EF4CE (or 0x8EF4CE) is known color: Aquamarine. HEX triplet: 8E, F4 and CE. RGB value is (142,244,206). Sum of RGB (Red+Green+Blue) = 142+244+206=592 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.99% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF4CE is #710B31. Grayscale: #D1D1D1. Windows color (decimal): -7408434 or 13563022. OLE color: 13563022.

HSL color Cylindrical-coordinate representation of color #8EF4CE: hue angle of 157.65º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF4CE is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 244 206 -
CMYK 0.42 0 0.16 0.04
HSL 157.65º 0.82% 0.76% -
HSV(B) 157.65º 0.42% 0.96% -
XYZ 54.65 74.91 69.97 -
YUV 209.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 142 244 206 0.42 0 0.16 0.04 157.65 0.82 0.76
Hex 8E F4 CE 2A 0 10 4 9E 52 4C
Octal 216 364 316 52 0 20 4 236 122 114
Binary 10001110 11110100 11001110 101010 0 10000 100 10011110 1010010 1001100

Color Harmonies of #8EF4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF4CE

Black with #8EF4CE

Text Example


Text Example

White with #8EF4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,244,206); }

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

background-color css

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

 a { background-color: rgb(142,244,206); }

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

border-color css

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

 span { border-color: rgb(142,244,206); }

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