#8CC3AB

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

Shades of Skeptic #8CC3AB

Tints of Skeptic #8CC3AB

Color information

#8CC3AB (or 0x8CC3AB) is unknown color: approx Skeptic. HEX triplet: 8C, C3 and AB. RGB value is (140,195,171). Sum of RGB (Red+Green+Blue) = 140+195+171=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC3AB is #733C54. Grayscale: #AFAFAF. Windows color (decimal): -7552085 or 11256716. OLE color: 11256716.

HSL color Cylindrical-coordinate representation of color #8CC3AB: hue angle of 153.82º 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 #8CC3AB is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB140195171-
CMYK0.2800.120.24
HSL153.82º31.43%65.69%-
HSV(B)153.82º28.21%76.47%-
XYZ37.6847.5545.72-
YUV175.82125.28102.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 195 (76.56% from 255) = 38.54%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=27.67%
G=38.54%
B=33.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951710.2800.120.24153.8231.4365.69
Hex8CC3AB1C0C189a1f42
Octal214303253340143023237102
Binary10001100110000111010101111100011001100010011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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