Html Css Color HEX #8AEECC Aquamarine

📋 copy color: '#8AEECC'

red 138 ◦ green 238 ◦ blue 204

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

Shades of Aquamarine #8AEECC

Tints of Aquamarine #8AEECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 23.79%
G = 41.03%
B = 35.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#8AEECC (or 0x8AEECC) is known color: Aquamarine. HEX triplet: 8A, EE and CC. RGB value is (138,238,204). Sum of RGB (Red+Green+Blue) = 138+238+204=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEECC is #751133. Grayscale: #CCCCCC. Windows color (decimal): -7672116 or 13430410. OLE color: 13430410.

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

Color convert

RGB 138 238 204 -
CMYK 0.42 0 0.14 0.07
HSL 159.6º 0.75% 0.74% -
HSV(B) 159.6º 0.42% 0.93% -
XYZ 51.95 70.91 68.08 -
YUV 204.22 127.87 80.76 -
System Red Green Blue C M Y K H S L
Decimal 138 238 204 0.42 0 0.14 0.07 159.6 0.75 0.74
Hex 8A EE CC 2A 0 E 7 A0 4B 4A
Octal 212 356 314 52 0 16 7 240 113 112
Binary 10001010 11101110 11001100 101010 0 1110 111 10100000 1001011 1001010

Color Harmonies of #8AEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEECC

Black with #8AEECC

Text Example


Text Example

White with #8AEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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