#8CFFC4

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

Shades of Aquamarine #8CFFC4

Tints of Aquamarine #8CFFC4

Color information

#8CFFC4 (or 0x8CFFC4) is unknown color: approx Aquamarine. HEX triplet: 8C, FF and C4. RGB value is (140,255,196). Sum of RGB (Red+Green+Blue) = 140+255+196=591 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.69% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFC4 is #73003B. Grayscale: #D6D6D6. Windows color (decimal): -7536700 or 12910476. OLE color: 12910476.

HSL color Cylindrical-coordinate representation of color #8CFFC4: hue angle of 149.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFC4 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB140255196-
CMYK0.4500.230
HSL149.22º100%77.45%-
HSV(B)149.22º45.1%100%-
XYZ56.5481.0864.89-
YUV213.89117.975.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.69%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=23.69%
G=43.15%
B=33.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402551960.4500.230149.2210077.45
Hex8CFFC42D017095644d
Octal214377304550270225144115
Binary10001100111111111100010010110101011101001010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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