Html Css Color HEX #8CF6C4 Aquamarine

📋 copy color: '#8CF6C4'

red 140 ◦ green 246 ◦ blue 196

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

Shades of Aquamarine #8CF6C4

Tints of Aquamarine #8CF6C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.68%

R = 24.05%
G = 42.27%
B = 33.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#8CF6C4 (or 0x8CF6C4) is known color: Aquamarine. HEX triplet: 8C, F6 and C4. RGB value is (140,246,196). Sum of RGB (Red+Green+Blue) = 140+246+196=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #8CF6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF6C4 is #73093B. Grayscale: #D0D0D0. Windows color (decimal): -7539004 or 12908172. OLE color: 12908172.

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

Color convert

RGB 140 246 196 -
CMYK 0.43 0 0.20 0.04
HSL 151.7º 0.85% 0.76% -
HSV(B) 151.7º 0.43% 0.96% -
XYZ 53.73 75.47 63.96 -
YUV 208.61 120.88 79.07 -
System Red Green Blue C M Y K H S L
Decimal 140 246 196 0.43 0 0.20 0.04 151.7 0.85 0.76
Hex 8C F6 C4 2B 0 14 4 98 55 4C
Octal 214 366 304 53 0 24 4 230 125 114
Binary 10001100 11110110 11000100 101011 0 10100 100 10011000 1010101 1001100

Color Harmonies of #8CF6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF6C4

Black with #8CF6C4

Text Example


Text Example

White with #8CF6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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