Html Css Color HEX #9EC0AE Skeptic

📋 copy color: '#9EC0AE'

red 158 ◦ green 192 ◦ blue 174

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

Shades of Skeptic #9EC0AE

Tints of Skeptic #9EC0AE

RGB

 RED value IS 158 (62.11% from 255) = 30.15%

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

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 30.15%
G = 36.64%
B = 33.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#9EC0AE (or 0x9EC0AE) is known color: Skeptic. HEX triplet: 9E, C0 and AE. RGB value is (158,192,174). Sum of RGB (Red+Green+Blue) = 158+192+174=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC0AE is #613F51. Grayscale: #B3B3B3. Windows color (decimal): -6373202 or 11452574. OLE color: 11452574.

HSL color Cylindrical-coordinate representation of color #9EC0AE: hue angle of 148.24º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EC0AE is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 174 -
CMYK 0.18 0 0.09 0.25
HSL 148.24º 0.21% 0.69% -
HSV(B) 148.24º 0.18% 0.75% -
XYZ 40.59 48.02 47.17 -
YUV 179.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 158 192 174 0.18 0 0.09 0.25 148.24 0.21 0.69
Hex 9E C0 AE 12 0 9 19 94 15 45
Octal 236 300 256 22 0 11 31 224 25 105
Binary 10011110 11000000 10101110 10010 0 1001 11001 10010100 10101 1000101

Color Harmonies of #9EC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC0AE

Black with #9EC0AE

Text Example


Text Example

White with #9EC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EC0AE; }

 p { color: rgb(158,192,174); }

 H1.HeaderClassName
 {
   color: #9EC0AE;
 }
 .AnyTagClassName
 {
   color: #9EC0AE;
 }
</style>

background-color css

<style>
 a { background-color: #9EC0AE; }

 a { background-color: rgb(158,192,174); }

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

border-color css

<style>
 span { border-color: #9EC0AE; }

 span { border-color: rgb(158,192,174); }

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