Html Css Color HEX #8EC1AC Skeptic

📋 copy color: '#8EC1AC'

red 142 ◦ green 193 ◦ blue 172

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

Shades of Skeptic #8EC1AC

Tints of Skeptic #8EC1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.07%

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 28.01%
G = 38.07%
B = 33.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#8EC1AC (or 0x8EC1AC) is known color: Skeptic. HEX triplet: 8E, C1 and AC. RGB value is (142,193,172). Sum of RGB (Red+Green+Blue) = 142+193+172=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC1AC is #713E53. Grayscale: #AFAFAF. Windows color (decimal): -7421524 or 11321742. OLE color: 11321742.

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

Color convert

RGB 142 193 172 -
CMYK 0.26 0 0.11 0.24
HSL 155.29º 0.29% 0.66% -
HSV(B) 155.29º 0.26% 0.76% -
XYZ 37.67 46.87 46.09 -
YUV 175.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 142 193 172 0.26 0 0.11 0.24 155.29 0.29 0.66
Hex 8E C1 AC 1A 0 B 18 9B 1D 42
Octal 216 301 254 32 0 13 30 233 35 102
Binary 10001110 11000001 10101100 11010 0 1011 11000 10011011 11101 1000010

Color Harmonies of #8EC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC1AC

Black with #8EC1AC

Text Example


Text Example

White with #8EC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,193,172); }

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

background-color css

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

 a { background-color: rgb(142,193,172); }

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

border-color css

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

 span { border-color: rgb(142,193,172); }

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