Html Css Color HEX #8EC3AA Skeptic

📋 copy color: '#8EC3AA'

red 142 ◦ green 195 ◦ blue 170

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

Shades of Skeptic #8EC3AA

Tints of Skeptic #8EC3AA

RGB

 RED value IS 142 (55.86% from 255) = 28.01%

 GREEN value IS 195 (76.56% from 255) = 38.46%

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

R = 28.01%
G = 38.46%
B = 33.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#8EC3AA (or 0x8EC3AA) is known color: Skeptic. HEX triplet: 8E, C3 and AA. RGB value is (142,195,170). Sum of RGB (Red+Green+Blue) = 142+195+170=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC3AA is #713C55. Grayscale: #B0B0B0. Windows color (decimal): -7421014 or 11191182. OLE color: 11191182.

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

Color convert

RGB 142 195 170 -
CMYK 0.27 0 0.13 0.24
HSL 151.7º 0.31% 0.66% -
HSV(B) 151.7º 0.27% 0.76% -
XYZ 37.93 47.68 45.24 -
YUV 176.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 142 195 170 0.27 0 0.13 0.24 151.7 0.31 0.66
Hex 8E C3 AA 1B 0 D 18 98 1F 42
Octal 216 303 252 33 0 15 30 230 37 102
Binary 10001110 11000011 10101010 11011 0 1101 11000 10011000 11111 1000010

Color Harmonies of #8EC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC3AA

Black with #8EC3AA

Text Example


Text Example

White with #8EC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,195,170); }

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

background-color css

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

 a { background-color: rgb(142,195,170); }

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

border-color css

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

 span { border-color: rgb(142,195,170); }

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