Html Css Color HEX #8EFDCE Aquamarine

📋 copy color: '#8EFDCE'

red 142 ◦ green 253 ◦ blue 206

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

Shades of Aquamarine #8EFDCE

Tints of Aquamarine #8EFDCE

RGB

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

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

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

R = 23.63%
G = 42.1%
B = 34.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#8EFDCE (or 0x8EFDCE) is known color: Aquamarine. HEX triplet: 8E, FD and CE. RGB value is (142,253,206). Sum of RGB (Red+Green+Blue) = 142+253+206=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDCE is #710231. Grayscale: #D6D6D6. Windows color (decimal): -7406130 or 13565326. OLE color: 13565326.

HSL color Cylindrical-coordinate representation of color #8EFDCE: hue angle of 154.59º 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 #8EFDCE is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 253 206 -
CMYK 0.44 0 0.19 0.01
HSL 154.59º 0.97% 0.77% -
HSV(B) 154.59º 0.44% 0.99% -
XYZ 57.42 80.46 70.9 -
YUV 214.45 123.23 76.32 -
System Red Green Blue C M Y K H S L
Decimal 142 253 206 0.44 0 0.19 0.01 154.59 0.97 0.77
Hex 8E FD CE 2C 0 13 1 9B 61 4D
Octal 216 375 316 54 0 23 1 233 141 115
Binary 10001110 11111101 11001110 101100 0 10011 1 10011011 1100001 1001101

Color Harmonies of #8EFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDCE

Black with #8EFDCE

Text Example


Text Example

White with #8EFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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