#8DEFCC

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

Shades of Aquamarine #8DEFCC

Tints of Aquamarine #8DEFCC

Color information

#8DEFCC (or 0x8DEFCC) is unknown color: approx Aquamarine. HEX triplet: 8D, EF and CC. RGB value is (141,239,204). Sum of RGB (Red+Green+Blue) = 141+239+204=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFCC is #721033. Grayscale: #CDCDCD. Windows color (decimal): -7475252 or 13430669. OLE color: 13430669.

HSL color Cylindrical-coordinate representation of color #8DEFCC: hue angle of 158.57º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFCC is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB141239204-
CMYK0.4100.150.06
HSL158.57º75.38%74.51%-
HSV(B)158.57º41%93.73%-
XYZ52.7571.7668.2-
YUV205.71127.0381.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 239 (93.75% from 255) = 40.92%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=24.14%
G=40.92%
B=34.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412392040.4100.150.06158.5775.3874.51
Hex8DEFCC290F69f4b4b
Octal215357314510176237113113
Binary100011011110111111001100101001011111101001111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,239,204); }

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

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

 a { background-color: rgb(141,239,204); }

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

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

 span { border-color: rgb(141,239,204); }

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