Html Css Color HEX #9EACA8 Conch

📋 copy color: '#9EACA8'

red 158 ◦ green 172 ◦ blue 168

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

Shades of Conch #9EACA8

Tints of Conch #9EACA8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.54%

 BLUE value IS 168 (66.02% from 255) = 33.73%

R = 31.73%
G = 34.54%
B = 33.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#9EACA8 (or 0x9EACA8) is known color: Conch. HEX triplet: 9E, AC and A8. RGB value is (158,172,168). Sum of RGB (Red+Green+Blue) = 158+172+168=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 172 - color contains mainly: green. Hex color #9EACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACA8 is #615357. Grayscale: #A7A7A7. Windows color (decimal): -6378328 or 11054238. OLE color: 11054238.

HSL color Cylindrical-coordinate representation of color #9EACA8: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EACA8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 172 168 -
CMYK 0.08 0 0.02 0.33
HSL 162.86º 0.08% 0.65% -
HSV(B) 162.86º 0.08% 0.67% -
XYZ 35.92 39.6 42.8 -
YUV 167.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 158 172 168 0.08 0 0.02 0.33 162.86 0.08 0.65
Hex 9E AC A8 8 0 2 21 A3 8 41
Octal 236 254 250 10 0 2 41 243 10 101
Binary 10011110 10101100 10101000 1000 0 10 100001 10100011 1000 1000001

Color Harmonies of #9EACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACA8

Black with #9EACA8

Text Example


Text Example

White with #9EACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,172,168); }

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

background-color css

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

 a { background-color: rgb(158,172,168); }

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

border-color css

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

 span { border-color: rgb(158,172,168); }

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