#8CF1C3

Color #8CF1C3 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #8CF1C3

Tints of Aquamarine #8CF1C3

Color information

#8CF1C3 (or 0x8CF1C3) is unknown color: approx Aquamarine. HEX triplet: 8C, F1 and C3. RGB value is (140,241,195). Sum of RGB (Red+Green+Blue) = 140+241+195=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF1C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF1C3 is #730E3C. Grayscale: #CDCDCD. Windows color (decimal): -7540285 or 12841356. OLE color: 12841356.

HSL color Cylindrical-coordinate representation of color #8CF1C3: hue angle of 152.67º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF1C3 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB140241195-
CMYK0.4200.190.05
HSL152.67º78.29%74.71%-
HSV(B)152.67º41.91%94.51%-
XYZ52.1272.4362.86-
YUV205.56122.0481.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.31%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 195 (76.56% from 255) = 33.85%
R=24.31%
G=41.84%
B=33.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402411950.4200.190.05152.6778.2974.71
Hex8CF1C32A0135994e4b
Octal214361303520235231116113
Binary1000110011110001110000111010100100111011001100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,241,195); }

 H1.HeaderClassName
 {
   color: #8CF1C3;
 }
 .AnyTagClassName
 {
   color: #8CF1C3;
 }
</style>
background-color css

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

 a { background-color: rgb(140,241,195); }

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

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

 span { border-color: rgb(140,241,195); }

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