#8DC2AA

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

Shades of Skeptic #8DC2AA

Tints of Skeptic #8DC2AA

Color information

#8DC2AA (or 0x8DC2AA) is unknown color: approx Skeptic. HEX triplet: 8D, C2 and AA. RGB value is (141,194,170). Sum of RGB (Red+Green+Blue) = 141+194+170=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC2AA is #723D55. Grayscale: #AFAFAF. Windows color (decimal): -7486806 or 11190925. OLE color: 11190925.

HSL color Cylindrical-coordinate representation of color #8DC2AA: hue angle of 152.83º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC2AA is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB141194170-
CMYK0.2700.120.24
HSL152.83º30.29%65.69%-
HSV(B)152.83º27.32%76.08%-
XYZ37.5347.1545.15-
YUV175.42124.94103.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.92%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=27.92%
G=38.42%
B=33.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411941700.2700.120.24152.8330.2965.69
Hex8DC2AA1B0C18991e42
Octal215302252330143023136102
Binary10001101110000101010101011011011001100010011001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,194,170); }

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

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

 a { background-color: rgb(141,194,170); }

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

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

 span { border-color: rgb(141,194,170); }

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