#8CC3A8

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

Shades of Skeptic #8CC3A8

Tints of Skeptic #8CC3A8

Color information

#8CC3A8 (or 0x8CC3A8) is unknown color: approx Skeptic. HEX triplet: 8C, C3 and A8. RGB value is (140,195,168). Sum of RGB (Red+Green+Blue) = 140+195+168=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC3A8 is #733C57. Grayscale: #AFAFAF. Windows color (decimal): -7552088 or 11060108. OLE color: 11060108.

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

Color convert

RGB140195168-
CMYK0.2800.140.24
HSL150.55º31.43%65.69%-
HSV(B)150.55º28.21%76.47%-
XYZ37.447.4344.23-
YUV175.48123.78102.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 168 (66.02% from 255) = 33.40%
R=27.83%
G=38.77%
B=33.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951680.2800.140.24150.5531.4365.69
Hex8CC3A81C0E18971f42
Octal214303250340163022737102
Binary10001100110000111010100011100011101100010010111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,195,168); }

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

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

 a { background-color: rgb(140,195,168); }

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

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

 span { border-color: rgb(140,195,168); }

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