Html Css Color HEX #8EEDDC Aquamarine

📋 copy color: '#8EEDDC'

red 142 ◦ green 237 ◦ blue 220

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

Shades of Aquamarine #8EEDDC

Tints of Aquamarine #8EEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.57%

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 23.71%
G = 39.57%
B = 36.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#8EEDDC (or 0x8EEDDC) is known color: Aquamarine. HEX triplet: 8E, ED and DC. RGB value is (142,237,220). Sum of RGB (Red+Green+Blue) = 142+237+220=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDDC is #711223. Grayscale: #CECECE. Windows color (decimal): -7410212 or 14478734. OLE color: 14478734.

HSL color Cylindrical-coordinate representation of color #8EEDDC: hue angle of 169.26º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDDC is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 237 220 -
CMYK 0.40 0 0.07 0.07
HSL 169.26º 0.73% 0.74% -
HSV(B) 169.26º 0.4% 0.93% -
XYZ 54.36 71.49 78.64 -
YUV 206.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 142 237 220 0.40 0 0.07 0.07 169.26 0.73 0.74
Hex 8E ED DC 28 0 7 7 A9 49 4A
Octal 216 355 334 50 0 7 7 251 111 112
Binary 10001110 11101101 11011100 101000 0 111 111 10101001 1001001 1001010

Color Harmonies of #8EEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEDDC

Black with #8EEDDC

Text Example


Text Example

White with #8EEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,237,220); }

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

background-color css

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

 a { background-color: rgb(142,237,220); }

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

border-color css

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

 span { border-color: rgb(142,237,220); }

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