Html Css Color HEX #8CF6C8 Aquamarine

📋 copy color: '#8CF6C8'

red 140 ◦ green 246 ◦ blue 200

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

Shades of Aquamarine #8CF6C8

Tints of Aquamarine #8CF6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.13%

R = 23.89%
G = 41.98%
B = 34.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#8CF6C8 (or 0x8CF6C8) is known color: Aquamarine. HEX triplet: 8C, F6 and C8. RGB value is (140,246,200). Sum of RGB (Red+Green+Blue) = 140+246+200=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #8CF6C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF6C8 is #730937. Grayscale: #D1D1D1. Windows color (decimal): -7539000 or 13170316. OLE color: 13170316.

HSL color Cylindrical-coordinate representation of color #8CF6C8: hue angle of 153.96º 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 #8CF6C8 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 246 200 -
CMYK 0.43 0 0.19 0.04
HSL 153.96º 0.85% 0.76% -
HSV(B) 153.96º 0.43% 0.96% -
XYZ 54.2 75.66 66.39 -
YUV 209.06 122.88 78.74 -
System Red Green Blue C M Y K H S L
Decimal 140 246 200 0.43 0 0.19 0.04 153.96 0.85 0.76
Hex 8C F6 C8 2B 0 13 4 9A 55 4C
Octal 214 366 310 53 0 23 4 232 125 114
Binary 10001100 11110110 11001000 101011 0 10011 100 10011010 1010101 1001100

Color Harmonies of #8CF6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF6C8

Black with #8CF6C8

Text Example


Text Example

White with #8CF6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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