#8DFCCB

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

Shades of Aquamarine #8DFCCB

Tints of Aquamarine #8DFCCB

Color information

#8DFCCB (or 0x8DFCCB) is unknown color: approx Aquamarine. HEX triplet: 8D, FC and CB. RGB value is (141,252,203). Sum of RGB (Red+Green+Blue) = 141+252+203=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFCCB is #720334. Grayscale: #D5D5D5. Windows color (decimal): -7471925 or 13368461. OLE color: 13368461.

HSL color Cylindrical-coordinate representation of color #8DFCCB: hue angle of 153.51º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFCCB is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB141252203-
CMYK0.4400.190.01
HSL153.51º94.87%77.06%-
HSV(B)153.51º44.05%98.82%-
XYZ56.5779.668.88-
YUV213.22122.2376.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.66%
GREEN value IS 252 (98.83% from 255) = 42.28%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=23.66%
G=42.28%
B=34.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412522030.4400.190.01153.5194.8777.06
Hex8DFCCB2C01319a5f4d
Octal215374313540231232137115
Binary10001101111111001100101110110001001111001101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,252,203); }

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

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

 a { background-color: rgb(141,252,203); }

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

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

 span { border-color: rgb(141,252,203); }

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