Html Css Color HEX #8AEEDC Aquamarine

📋 copy color: '#8AEEDC'

red 138 ◦ green 238 ◦ blue 220

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

Shades of Aquamarine #8AEEDC

Tints of Aquamarine #8AEEDC

RGB

 RED value IS 138 (54.3% from 255) = 23.15%

 GREEN value IS 238 (93.36% from 255) = 39.93%

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

R = 23.15%
G = 39.93%
B = 36.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#8AEEDC (or 0x8AEEDC) is known color: Aquamarine. HEX triplet: 8A, EE and DC. RGB value is (138,238,220). Sum of RGB (Red+Green+Blue) = 138+238+220=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEDC is #751123. Grayscale: #CECECE. Windows color (decimal): -7672100 or 14478986. OLE color: 14478986.

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

Color convert

RGB 138 238 220 -
CMYK 0.42 0 0.08 0.07
HSL 169.2º 0.75% 0.74% -
HSV(B) 169.2º 0.42% 0.93% -
XYZ 53.97 71.72 78.71 -
YUV 206.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 138 238 220 0.42 0 0.08 0.07 169.2 0.75 0.74
Hex 8A EE DC 2A 0 8 7 A9 4B 4A
Octal 212 356 334 52 0 10 7 251 113 112
Binary 10001010 11101110 11011100 101010 0 1000 111 10101001 1001011 1001010

Color Harmonies of #8AEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEEDC

Black with #8AEEDC

Text Example


Text Example

White with #8AEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,238,220); }

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

background-color css

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

 a { background-color: rgb(138,238,220); }

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

border-color css

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

 span { border-color: rgb(138,238,220); }

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