Html Css Color HEX #8EF3DB Aquamarine

📋 copy color: '#8EF3DB'

red 142 ◦ green 243 ◦ blue 219

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

Shades of Aquamarine #8EF3DB

Tints of Aquamarine #8EF3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.23%

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

R = 23.51%
G = 40.23%
B = 36.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#8EF3DB (or 0x8EF3DB) is known color: Aquamarine. HEX triplet: 8E, F3 and DB. RGB value is (142,243,219). Sum of RGB (Red+Green+Blue) = 142+243+219=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF3DB is #710C24. Grayscale: #D2D2D2. Windows color (decimal): -7408677 or 14414734. OLE color: 14414734.

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

Color convert

RGB 142 243 219 -
CMYK 0.42 0 0.10 0.05
HSL 165.74º 0.81% 0.75% -
HSV(B) 165.74º 0.42% 0.95% -
XYZ 55.99 74.97 78.54 -
YUV 210.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 142 243 219 0.42 0 0.10 0.05 165.74 0.81 0.75
Hex 8E F3 DB 2A 0 A 5 A6 51 4B
Octal 216 363 333 52 0 12 5 246 121 113
Binary 10001110 11110011 11011011 101010 0 1010 101 10100110 1010001 1001011

Color Harmonies of #8EF3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF3DB

Black with #8EF3DB

Text Example


Text Example

White with #8EF3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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