Html Css Color HEX #8EFAC2 Aquamarine

📋 copy color: '#8EFAC2'

red 142 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #8EFAC2

Tints of Aquamarine #8EFAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 24.23%
G = 42.66%
B = 33.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#8EFAC2 (or 0x8EFAC2) is known color: Aquamarine. HEX triplet: 8E, FA and C2. RGB value is (142,250,194). Sum of RGB (Red+Green+Blue) = 142+250+194=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFAC2 is #71053D. Grayscale: #D3D3D3. Windows color (decimal): -7406910 or 12778126. OLE color: 12778126.

HSL color Cylindrical-coordinate representation of color #8EFAC2: hue angle of 148.89º 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 #8EFAC2 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 250 194 -
CMYK 0.43 0 0.22 0.02
HSL 148.89º 0.92% 0.77% -
HSV(B) 148.89º 0.43% 0.98% -
XYZ 55.08 78.02 63.19 -
YUV 211.32 118.22 78.55 -
System Red Green Blue C M Y K H S L
Decimal 142 250 194 0.43 0 0.22 0.02 148.89 0.92 0.77
Hex 8E FA C2 2B 0 16 2 95 5C 4D
Octal 216 372 302 53 0 26 2 225 134 115
Binary 10001110 11111010 11000010 101011 0 10110 10 10010101 1011100 1001101

Color Harmonies of #8EFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFAC2

Black with #8EFAC2

Text Example


Text Example

White with #8EFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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