Html Css Color HEX #8EF2DB Aquamarine

📋 copy color: '#8EF2DB'

red 142 ◦ green 242 ◦ blue 219

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

Shades of Aquamarine #8EF2DB

Tints of Aquamarine #8EF2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.13%

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 23.55%
G = 40.13%
B = 36.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#8EF2DB (or 0x8EF2DB) is known color: Aquamarine. HEX triplet: 8E, F2 and DB. RGB value is (142,242,219). Sum of RGB (Red+Green+Blue) = 142+242+219=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF2DB is #710D24. Grayscale: #D1D1D1. Windows color (decimal): -7408933 or 14414478. OLE color: 14414478.

HSL color Cylindrical-coordinate representation of color #8EF2DB: hue angle of 166.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF2DB is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 242 219 -
CMYK 0.41 0 0.10 0.05
HSL 166.2º 0.79% 0.75% -
HSV(B) 166.2º 0.41% 0.95% -
XYZ 55.69 74.37 78.44 -
YUV 209.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 142 242 219 0.41 0 0.10 0.05 166.2 0.79 0.75
Hex 8E F2 DB 29 0 A 5 A6 4F 4B
Octal 216 362 333 51 0 12 5 246 117 113
Binary 10001110 11110010 11011011 101001 0 1010 101 10100110 1001111 1001011

Color Harmonies of #8EF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF2DB

Black with #8EF2DB

Text Example


Text Example

White with #8EF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,242,219); }

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

background-color css

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

 a { background-color: rgb(142,242,219); }

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

border-color css

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

 span { border-color: rgb(142,242,219); }

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