#8DF8CC

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

Shades of Aquamarine #8DF8CC

Tints of Aquamarine #8DF8CC

Color information

#8DF8CC (or 0x8DF8CC) is unknown color: approx Aquamarine. HEX triplet: 8D, F8 and CC. RGB value is (141,248,204). Sum of RGB (Red+Green+Blue) = 141+248+204=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF8CC is #720733. Grayscale: #D3D3D3. Windows color (decimal): -7472948 or 13432973. OLE color: 13432973.

HSL color Cylindrical-coordinate representation of color #8DF8CC: hue angle of 155.33º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF8CC is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB141248204-
CMYK0.4300.180.03
HSL155.33º88.43%76.27%-
HSV(B)155.33º43.15%97.25%-
XYZ55.4577.1669.1-
YUV210.99124.0578.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.78%
GREEN value IS 248 (97.27% from 255) = 41.82%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=23.78%
G=41.82%
B=34.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412482040.4300.180.03155.3388.4376.27
Hex8DF8CC2B01239b584c
Octal215370314530223233130114
Binary100011011111100011001100101011010010111001101110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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