#8CC0AB

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

Shades of Skeptic #8CC0AB

Tints of Skeptic #8CC0AB

Color information

#8CC0AB (or 0x8CC0AB) is unknown color: approx Skeptic. HEX triplet: 8C, C0 and AB. RGB value is (140,192,171). Sum of RGB (Red+Green+Blue) = 140+192+171=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC0AB is #733F54. Grayscale: #AEAEAE. Windows color (decimal): -7552853 or 11255948. OLE color: 11255948.

HSL color Cylindrical-coordinate representation of color #8CC0AB: hue angle of 155.77º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC0AB is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB140192171-
CMYK0.2700.110.25
HSL155.77º29.21%65.1%-
HSV(B)155.77º27.08%75.29%-
XYZ37.0246.2245.5-
YUV174.06126.27103.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=27.83%
G=38.17%
B=34.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401921710.2700.110.25155.7729.2165.1
Hex8CC0AB1B0B199c1d41
Octal214300253330133123435101
Binary10001100110000001010101111011010111100110011100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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