Html Css Color HEX #8CC0AA Skeptic

📋 copy color: '#8CC0AA'

red 140 ◦ green 192 ◦ blue 170

#8CC0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Skeptic #8CC0AA

Tints of Skeptic #8CC0AA

RGB

 RED value IS 140 (55.08% from 255) = 27.89%

 GREEN value IS 192 (75.39% from 255) = 38.25%

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 27.89%
G = 38.25%
B = 33.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#8CC0AA (or 0x8CC0AA) is known color: Skeptic. HEX triplet: 8C, C0 and AA. RGB value is (140,192,170). Sum of RGB (Red+Green+Blue) = 140+192+170=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC0AA is #733F55. Grayscale: #ADADAD. Windows color (decimal): -7552854 or 11190412. OLE color: 11190412.

HSL color Cylindrical-coordinate representation of color #8CC0AA: hue angle of 154.62º 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 #8CC0AA is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 170 -
CMYK 0.27 0 0.11 0.25
HSL 154.62º 0.29% 0.65% -
HSV(B) 154.62º 0.27% 0.75% -
XYZ 36.92 46.18 45 -
YUV 173.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 140 192 170 0.27 0 0.11 0.25 154.62 0.29 0.65
Hex 8C C0 AA 1B 0 B 19 9B 1D 41
Octal 214 300 252 33 0 13 31 233 35 101
Binary 10001100 11000000 10101010 11011 0 1011 11001 10011011 11101 1000001

Color Harmonies of #8CC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0AA

Black with #8CC0AA

Text Example


Text Example

White with #8CC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CC0AA;
 }
 .AnyTagClassName
 {
   color: #8CC0AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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