#8CFFDD

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

Shades of Aquamarine #8CFFDD

Tints of Aquamarine #8CFFDD

Color information

#8CFFDD (or 0x8CFFDD) is unknown color: approx Aquamarine. HEX triplet: 8C, FF and DD. RGB value is (140,255,221). Sum of RGB (Red+Green+Blue) = 140+255+221=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFDD is #730022. Grayscale: #D8D8D8. Windows color (decimal): -7536675 or 14548876. OLE color: 14548876.

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

Color convert

RGB140255221-
CMYK0.4500.130
HSL162.26º100%77.45%-
HSV(B)162.26º45.1%100%-
XYZ59.6382.3281.15-
YUV216.74130.473.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.73%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=22.73%
G=41.40%
B=35.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402552210.4500.130162.2610077.45
Hex8CFFDD2D0D0a2644d
Octal214377335550150242144115
Binary1000110011111111110111011011010110101010001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,255,221); }

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

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

 a { background-color: rgb(140,255,221); }

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

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

 span { border-color: rgb(140,255,221); }

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