Html Css Color HEX #9EC4AC Vista Blue

📋 copy color: '#9EC4AC'

red 158 ◦ green 196 ◦ blue 172

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

Shades of Vista Blue #9EC4AC

Tints of Vista Blue #9EC4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.26%

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

R = 30.04%
G = 37.26%
B = 32.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#9EC4AC (or 0x9EC4AC) is known color: Vista Blue. HEX triplet: 9E, C4 and AC. RGB value is (158,196,172). Sum of RGB (Red+Green+Blue) = 158+196+172=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC4AC is #613B53. Grayscale: #B5B5B5. Windows color (decimal): -6372180 or 11322526. OLE color: 11322526.

HSL color Cylindrical-coordinate representation of color #9EC4AC: hue angle of 142.11º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EC4AC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 196 172 -
CMYK 0.19 0 0.12 0.23
HSL 142.11º 0.24% 0.69% -
HSV(B) 142.11º 0.19% 0.77% -
XYZ 41.29 49.73 46.45 -
YUV 181.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 158 196 172 0.19 0 0.12 0.23 142.11 0.24 0.69
Hex 9E C4 AC 13 0 C 17 8E 18 45
Octal 236 304 254 23 0 14 27 216 30 105
Binary 10011110 11000100 10101100 10011 0 1100 10111 10001110 11000 1000101

Color Harmonies of #9EC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC4AC

Black with #9EC4AC

Text Example


Text Example

White with #9EC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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