#8CFDC9

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

Shades of Aquamarine #8CFDC9

Tints of Aquamarine #8CFDC9

Color information

#8CFDC9 (or 0x8CFDC9) is unknown color: approx Aquamarine. HEX triplet: 8C, FD and C9. RGB value is (140,253,201). Sum of RGB (Red+Green+Blue) = 140+253+201=594 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.57% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDC9 is #730236. Grayscale: #D5D5D5. Windows color (decimal): -7537207 or 13237644. OLE color: 13237644.

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

Color convert

RGB140253201-
CMYK0.4500.210.01
HSL152.39º96.58%77.06%-
HSV(B)152.39º44.66%99.22%-
XYZ56.4880.0467.73-
YUV213.28121.0675.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.57%
GREEN value IS 253 (99.22% from 255) = 42.59%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=23.57%
G=42.59%
B=33.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402532010.4500.210.01152.3996.5877.06
Hex8CFDC92D015198614d
Octal214375311550251230141115
Binary10001100111111011100100110110101010111001100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,253,201); }

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

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

 a { background-color: rgb(140,253,201); }

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

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

 span { border-color: rgb(140,253,201); }

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