#8CF5DC

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

Shades of Aquamarine #8CF5DC

Tints of Aquamarine #8CF5DC

Color information

#8CF5DC (or 0x8CF5DC) is unknown color: approx Aquamarine. HEX triplet: 8C, F5 and DC. RGB value is (140,245,220). Sum of RGB (Red+Green+Blue) = 140+245+220=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF5DC is #730A23. Grayscale: #D2D2D2. Windows color (decimal): -7539236 or 14480780. OLE color: 14480780.

HSL color Cylindrical-coordinate representation of color #8CF5DC: hue angle of 165.71º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF5DC is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB140245220-
CMYK0.4300.100.04
HSL165.71º84%75.49%-
HSV(B)165.71º42.86%96.08%-
XYZ56.3976.0579.42-
YUV210.76133.2177.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.14%
GREEN value IS 245 (96.09% from 255) = 40.50%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=23.14%
G=40.50%
B=36.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402452200.4300.100.04165.718475.49
Hex8CF5DC2B0A4a6544b
Octal214365334530124246124113
Binary100011001111010111011100101011010101001010011010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,245,220); }

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

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

 a { background-color: rgb(140,245,220); }

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

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

 span { border-color: rgb(140,245,220); }

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