Html Css Color HEX #8EF3DA Aquamarine

📋 copy color: '#8EF3DA'

red 142 ◦ green 243 ◦ blue 218

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

Shades of Aquamarine #8EF3DA

Tints of Aquamarine #8EF3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 23.55%
G = 40.3%
B = 36.15%

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

#8EF3DA (or 0x8EF3DA) is known color: Aquamarine. HEX triplet: 8E, F3 and DA. RGB value is (142,243,218). Sum of RGB (Red+Green+Blue) = 142+243+218=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF3DA is #710C25. Grayscale: #D1D1D1. Windows color (decimal): -7408678 or 14349198. OLE color: 14349198.

HSL color Cylindrical-coordinate representation of color #8EF3DA: hue angle of 165.15º 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 #8EF3DA is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 243 218 -
CMYK 0.42 0 0.10 0.05
HSL 165.15º 0.81% 0.75% -
HSV(B) 165.15º 0.42% 0.95% -
XYZ 55.86 74.91 77.85 -
YUV 209.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 142 243 218 0.42 0 0.10 0.05 165.15 0.81 0.75
Hex 8E F3 DA 2A 0 A 5 A5 51 4B
Octal 216 363 332 52 0 12 5 245 121 113
Binary 10001110 11110011 11011010 101010 0 1010 101 10100101 1010001 1001011

Color Harmonies of #8EF3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF3DA

Black with #8EF3DA

Text Example


Text Example

White with #8EF3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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