Html Css Color HEX #8AF6D9 Aquamarine

📋 copy color: '#8AF6D9'

red 138 ◦ green 246 ◦ blue 217

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

Shades of Aquamarine #8AF6D9

Tints of Aquamarine #8AF6D9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.93%

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

R = 22.96%
G = 40.93%
B = 36.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#8AF6D9 (or 0x8AF6D9) is known color: Aquamarine. HEX triplet: 8A, F6 and D9. RGB value is (138,246,217). Sum of RGB (Red+Green+Blue) = 138+246+217=601 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.96% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF6D9 is #750926. Grayscale: #D2D2D2. Windows color (decimal): -7670055 or 14284426. OLE color: 14284426.

HSL color Cylindrical-coordinate representation of color #8AF6D9: hue angle of 163.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF6D9 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 246 217 -
CMYK 0.44 0 0.12 0.04
HSL 163.89º 0.86% 0.75% -
HSV(B) 163.89º 0.44% 0.96% -
XYZ 55.96 76.32 77.43 -
YUV 210.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 138 246 217 0.44 0 0.12 0.04 163.89 0.86 0.75
Hex 8A F6 D9 2C 0 C 4 A4 56 4B
Octal 212 366 331 54 0 14 4 244 126 113
Binary 10001010 11110110 11011001 101100 0 1100 100 10100100 1010110 1001011

Color Harmonies of #8AF6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF6D9

Black with #8AF6D9

Text Example


Text Example

White with #8AF6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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