Html Css Color HEX #8EFAC0 Aquamarine

📋 copy color: '#8EFAC0'

red 142 ◦ green 250 ◦ blue 192

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

Shades of Aquamarine #8EFAC0

Tints of Aquamarine #8EFAC0

RGB

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

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

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

R = 24.32%
G = 42.81%
B = 32.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#8EFAC0 (or 0x8EFAC0) is known color: Aquamarine. HEX triplet: 8E, FA and C0. RGB value is (142,250,192). Sum of RGB (Red+Green+Blue) = 142+250+192=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFAC0 is #71053F. Grayscale: #D3D3D3. Windows color (decimal): -7406912 or 12647054. OLE color: 12647054.

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

Color convert

RGB 142 250 192 -
CMYK 0.43 0 0.23 0.02
HSL 147.78º 0.92% 0.77% -
HSV(B) 147.78º 0.43% 0.98% -
XYZ 54.86 77.93 62.02 -
YUV 211.1 117.22 78.72 -
System Red Green Blue C M Y K H S L
Decimal 142 250 192 0.43 0 0.23 0.02 147.78 0.92 0.77
Hex 8E FA C0 2B 0 17 2 94 5C 4D
Octal 216 372 300 53 0 27 2 224 134 115
Binary 10001110 11111010 11000000 101011 0 10111 10 10010100 1011100 1001101

Color Harmonies of #8EFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFAC0

Black with #8EFAC0

Text Example


Text Example

White with #8EFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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