#8CF9C0

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

Shades of Aquamarine #8CF9C0

Tints of Aquamarine #8CF9C0

Color information

#8CF9C0 (or 0x8CF9C0) is unknown color: approx Aquamarine. HEX triplet: 8C, F9 and C0. RGB value is (140,249,192). Sum of RGB (Red+Green+Blue) = 140+249+192=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF9C0 is #73063F. Grayscale: #D2D2D2. Windows color (decimal): -7538240 or 12646796. OLE color: 12646796.

HSL color Cylindrical-coordinate representation of color #8CF9C0: hue angle of 148.62º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF9C0 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB140249192-
CMYK0.4400.230.02
HSL148.62º90.08%76.27%-
HSV(B)148.62º43.78%97.65%-
XYZ54.2177.1361.9-
YUV209.91117.8978.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.10%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=24.10%
G=42.86%
B=33.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402491920.4400.230.02148.6290.0876.27
Hex8CF9C02C0172955a4c
Octal214371300540272225132114
Binary100011001111100111000000101100010111101001010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,249,192); }

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

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

 a { background-color: rgb(140,249,192); }

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

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

 span { border-color: rgb(140,249,192); }

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