Html Css Color HEX #8AFEE0 Aquamarine

📋 copy color: '#8AFEE0'

red 138 ◦ green 254 ◦ blue 224

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

Shades of Aquamarine #8AFEE0

Tints of Aquamarine #8AFEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.23%

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 22.4%
G = 41.23%
B = 36.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#8AFEE0 (or 0x8AFEE0) is known color: Aquamarine. HEX triplet: 8A, FE and E0. RGB value is (138,254,224). Sum of RGB (Red+Green+Blue) = 138+254+224=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEE0 is #75011F. Grayscale: #D7D7D7. Windows color (decimal): -7668000 or 14745226. OLE color: 14745226.

HSL color Cylindrical-coordinate representation of color #8AFEE0: hue angle of 164.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEE0 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 254 224 -
CMYK 0.46 0 0.12 0.00
HSL 164.48º 0.98% 0.77% -
HSV(B) 164.48º 0.46% 1% -
XYZ 59.38 81.67 83.16 -
YUV 215.9 132.57 72.44 -
System Red Green Blue C M Y K H S L
Decimal 138 254 224 0.46 0 0.12 0.00 164.48 0.98 0.77
Hex 8A FE E0 2E 0 C 0 A4 62 4D
Octal 212 376 340 56 0 14 0 244 142 115
Binary 10001010 11111110 11100000 101110 0 1100 0 10100100 1100010 1001101

Color Harmonies of #8AFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFEE0

Black with #8AFEE0

Text Example


Text Example

White with #8AFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,254,224); }

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

background-color css

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

 a { background-color: rgb(138,254,224); }

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

border-color css

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

 span { border-color: rgb(138,254,224); }

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