Html Css Color HEX #8EFECE Aquamarine

📋 copy color: '#8EFECE'

red 142 ◦ green 254 ◦ blue 206

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

Shades of Aquamarine #8EFECE

Tints of Aquamarine #8EFECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.19%

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

R = 23.59%
G = 42.19%
B = 34.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#8EFECE (or 0x8EFECE) is known color: Aquamarine. HEX triplet: 8E, FE and CE. RGB value is (142,254,206). Sum of RGB (Red+Green+Blue) = 142+254+206=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFECE is #710131. Grayscale: #D7D7D7. Windows color (decimal): -7405874 or 13565582. OLE color: 13565582.

HSL color Cylindrical-coordinate representation of color #8EFECE: hue angle of 154.29º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFECE is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 142 254 206 -
CMYK 0.44 0 0.19 0.00
HSL 154.29º 0.98% 0.78% -
HSV(B) 154.29º 0.44% 1% -
XYZ 57.74 81.09 71 -
YUV 215.04 122.89 75.9 -
System Red Green Blue C M Y K H S L
Decimal 142 254 206 0.44 0 0.19 0.00 154.29 0.98 0.78
Hex 8E FE CE 2C 0 13 0 9A 62 4E
Octal 216 376 316 54 0 23 0 232 142 116
Binary 10001110 11111110 11001110 101100 0 10011 0 10011010 1100010 1001110

Color Harmonies of #8EFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFECE

Black with #8EFECE

Text Example


Text Example

White with #8EFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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