Html Css Color HEX #8AECD9 Aquamarine

📋 copy color: '#8AECD9'

red 138 ◦ green 236 ◦ blue 217

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

Shades of Aquamarine #8AECD9

Tints of Aquamarine #8AECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.93%

 BLUE value IS 217 (85.16% from 255) = 36.72%

R = 23.35%
G = 39.93%
B = 36.72%

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

#8AECD9 (or 0x8AECD9) is known color: Aquamarine. HEX triplet: 8A, EC and D9. RGB value is (138,236,217). Sum of RGB (Red+Green+Blue) = 138+236+217=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECD9 is #751326. Grayscale: #CCCCCC. Windows color (decimal): -7672615 or 14281866. OLE color: 14281866.

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

Color convert

RGB 138 236 217 -
CMYK 0.42 0 0.08 0.07
HSL 168.37º 0.72% 0.73% -
HSV(B) 168.37º 0.42% 0.93% -
XYZ 53 70.4 76.44 -
YUV 204.53 135.03 80.54 -
System Red Green Blue C M Y K H S L
Decimal 138 236 217 0.42 0 0.08 0.07 168.37 0.72 0.73
Hex 8A EC D9 2A 0 8 7 A8 48 49
Octal 212 354 331 52 0 10 7 250 110 111
Binary 10001010 11101100 11011001 101010 0 1000 111 10101000 1001000 1001001

Color Harmonies of #8AECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AECD9

Black with #8AECD9

Text Example


Text Example

White with #8AECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,236,217); }

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

background-color css

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

 a { background-color: rgb(138,236,217); }

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

border-color css

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

 span { border-color: rgb(138,236,217); }

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