Html Css Color HEX #8AF5CE Aquamarine

📋 copy color: '#8AF5CE'

red 138 ◦ green 245 ◦ blue 206

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

Shades of Aquamarine #8AF5CE

Tints of Aquamarine #8AF5CE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.6%

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 23.43%
G = 41.6%
B = 34.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#8AF5CE (or 0x8AF5CE) is known color: Aquamarine. HEX triplet: 8A, F5 and CE. RGB value is (138,245,206). Sum of RGB (Red+Green+Blue) = 138+245+206=589 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.43% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF5CE is #750A31. Grayscale: #D0D0D0. Windows color (decimal): -7670322 or 13563274. OLE color: 13563274.

HSL color Cylindrical-coordinate representation of color #8AF5CE: hue angle of 158.13º degrees, saturation: 0.84, 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 #8AF5CE is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 245 206 -
CMYK 0.44 0 0.16 0.04
HSL 158.13º 0.84% 0.75% -
HSV(B) 158.13º 0.44% 0.96% -
XYZ 54.27 75.16 70.04 -
YUV 208.56 126.55 77.67 -
System Red Green Blue C M Y K H S L
Decimal 138 245 206 0.44 0 0.16 0.04 158.13 0.84 0.75
Hex 8A F5 CE 2C 0 10 4 9E 54 4B
Octal 212 365 316 54 0 20 4 236 124 113
Binary 10001010 11110101 11001110 101100 0 10000 100 10011110 1010100 1001011

Color Harmonies of #8AF5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF5CE

Black with #8AF5CE

Text Example


Text Example

White with #8AF5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,245,206); }

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

background-color css

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

 a { background-color: rgb(138,245,206); }

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

border-color css

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

 span { border-color: rgb(138,245,206); }

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