Html Css Color HEX #8CF6D9 Aquamarine

📋 copy color: '#8CF6D9'

red 140 ◦ green 246 ◦ blue 217

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

Shades of Aquamarine #8CF6D9

Tints of Aquamarine #8CF6D9

RGB

 RED value IS 140 (55.08% from 255) = 23.22%

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

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

R = 23.22%
G = 40.8%
B = 35.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#8CF6D9 (or 0x8CF6D9) is known color: Aquamarine. HEX triplet: 8C, F6 and D9. RGB value is (140,246,217). Sum of RGB (Red+Green+Blue) = 140+246+217=603 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.22% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #8CF6D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF6D9 is #730926. Grayscale: #D3D3D3. Windows color (decimal): -7538983 or 14284428. OLE color: 14284428.

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

Color convert

RGB 140 246 217 -
CMYK 0.43 0 0.12 0.04
HSL 163.58º 0.85% 0.76% -
HSV(B) 163.58º 0.43% 0.96% -
XYZ 56.3 76.5 77.44 -
YUV 211 131.38 77.36 -
System Red Green Blue C M Y K H S L
Decimal 140 246 217 0.43 0 0.12 0.04 163.58 0.85 0.76
Hex 8C F6 D9 2B 0 C 4 A4 55 4C
Octal 214 366 331 53 0 14 4 244 125 114
Binary 10001100 11110110 11011001 101011 0 1100 100 10100100 1010101 1001100

Color Harmonies of #8CF6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF6D9

Black with #8CF6D9

Text Example


Text Example

White with #8CF6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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