Html Css Color HEX #8AEED2 Aquamarine

📋 copy color: '#8AEED2'

red 138 ◦ green 238 ◦ blue 210

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

Shades of Aquamarine #8AEED2

Tints of Aquamarine #8AEED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.84%

R = 23.55%
G = 40.61%
B = 35.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#8AEED2 (or 0x8AEED2) is known color: Aquamarine. HEX triplet: 8A, EE and D2. RGB value is (138,238,210). Sum of RGB (Red+Green+Blue) = 138+238+210=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEED2 is #75112D. Grayscale: #CCCCCC. Windows color (decimal): -7672110 or 13823626. OLE color: 13823626.

HSL color Cylindrical-coordinate representation of color #8AEED2: hue angle of 163.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 #8AEED2 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 238 210 -
CMYK 0.42 0 0.12 0.07
HSL 163.2º 0.75% 0.74% -
HSV(B) 163.2º 0.42% 0.93% -
XYZ 52.69 71.21 71.94 -
YUV 204.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 138 238 210 0.42 0 0.12 0.07 163.2 0.75 0.74
Hex 8A EE D2 2A 0 C 7 A3 4B 4A
Octal 212 356 322 52 0 14 7 243 113 112
Binary 10001010 11101110 11010010 101010 0 1100 111 10100011 1001011 1001010

Color Harmonies of #8AEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEED2

Black with #8AEED2

Text Example


Text Example

White with #8AEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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