Html Css Color HEX #8CC2AA Skeptic

📋 copy color: '#8CC2AA'

red 140 ◦ green 194 ◦ blue 170

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

Shades of Skeptic #8CC2AA

Tints of Skeptic #8CC2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.49%

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

R = 27.78%
G = 38.49%
B = 33.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#8CC2AA (or 0x8CC2AA) is known color: Skeptic. HEX triplet: 8C, C2 and AA. RGB value is (140,194,170). Sum of RGB (Red+Green+Blue) = 140+194+170=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC2AA is #733D55. Grayscale: #AFAFAF. Windows color (decimal): -7552342 or 11190924. OLE color: 11190924.

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

Color convert

RGB 140 194 170 -
CMYK 0.28 0 0.12 0.24
HSL 153.33º 0.31% 0.65% -
HSV(B) 153.33º 0.28% 0.76% -
XYZ 37.36 47.06 45.14 -
YUV 175.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 140 194 170 0.28 0 0.12 0.24 153.33 0.31 0.65
Hex 8C C2 AA 1C 0 C 18 99 1F 41
Octal 214 302 252 34 0 14 30 231 37 101
Binary 10001100 11000010 10101010 11100 0 1100 11000 10011001 11111 1000001

Color Harmonies of #8CC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC2AA

Black with #8CC2AA

Text Example


Text Example

White with #8CC2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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