#8DF5DC

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

Shades of Aquamarine #8DF5DC

Tints of Aquamarine #8DF5DC

Color information

#8DF5DC (or 0x8DF5DC) is unknown color: approx Aquamarine. HEX triplet: 8D, F5 and DC. RGB value is (141,245,220). Sum of RGB (Red+Green+Blue) = 141+245+220=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF5DC is #720A23. Grayscale: #D3D3D3. Windows color (decimal): -7473700 or 14480781. OLE color: 14480781.

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

Color convert

RGB141245220-
CMYK0.4200.100.04
HSL165.58º83.87%75.69%-
HSV(B)165.58º42.45%96.08%-
XYZ56.5676.1379.42-
YUV211.05133.0478.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.27%
GREEN value IS 245 (96.09% from 255) = 40.43%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=23.27%
G=40.43%
B=36.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412452200.4200.100.04165.5883.8775.69
Hex8DF5DC2A0A4a6544c
Octal215365334520124246124114
Binary100011011111010111011100101010010101001010011010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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