Html Css Color HEX #8EEDE1 Aquamarine

📋 copy color: '#8EEDE1'

red 142 ◦ green 237 ◦ blue 225

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

Shades of Aquamarine #8EEDE1

Tints of Aquamarine #8EEDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 23.51%
G = 39.24%
B = 37.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#8EEDE1 (or 0x8EEDE1) is known color: Aquamarine. HEX triplet: 8E, ED and E1. RGB value is (142,237,225). Sum of RGB (Red+Green+Blue) = 142+237+225=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDE1 is #71121E. Grayscale: #CFCFCF. Windows color (decimal): -7410207 or 14806414. OLE color: 14806414.

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

Color convert

RGB 142 237 225 -
CMYK 0.40 0 0.05 0.07
HSL 172.42º 0.73% 0.74% -
HSV(B) 172.42º 0.4% 0.93% -
XYZ 55.03 71.76 82.18 -
YUV 207.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 142 237 225 0.40 0 0.05 0.07 172.42 0.73 0.74
Hex 8E ED E1 28 0 5 7 AC 49 4A
Octal 216 355 341 50 0 5 7 254 111 112
Binary 10001110 11101101 11100001 101000 0 101 111 10101100 1001001 1001010

Color Harmonies of #8EEDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEDE1

Black with #8EEDE1

Text Example


Text Example

White with #8EEDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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