Html Css Color HEX #9EBFBE Jungle Mist

📋 copy color: '#9EBFBE'

red 158 ◦ green 191 ◦ blue 190

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

Shades of Jungle Mist #9EBFBE

Tints of Jungle Mist #9EBFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 29.31%
G = 35.44%
B = 35.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#9EBFBE (or 0x9EBFBE) is known color: Jungle Mist. HEX triplet: 9E, BF and BE. RGB value is (158,191,190). Sum of RGB (Red+Green+Blue) = 158+191+190=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFBE is #614041. Grayscale: #B4B4B4. Windows color (decimal): -6373442 or 12500894. OLE color: 12500894.

HSL color Cylindrical-coordinate representation of color #9EBFBE: hue angle of 178.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBFBE is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 191 190 -
CMYK 0.17 0 0.01 0.25
HSL 178.18º 0.2% 0.68% -
HSV(B) 178.18º 0.17% 0.75% -
XYZ 42.03 48.25 55.81 -
YUV 181.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 158 191 190 0.17 0 0.01 0.25 178.18 0.2 0.68
Hex 9E BF BE 11 0 1 19 B2 14 44
Octal 236 277 276 21 0 1 31 262 24 104
Binary 10011110 10111111 10111110 10001 0 1 11001 10110010 10100 1000100

Color Harmonies of #9EBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBFBE

Black with #9EBFBE

Text Example


Text Example

White with #9EBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,191,190); }

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

background-color css

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

 a { background-color: rgb(158,191,190); }

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

border-color css

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

 span { border-color: rgb(158,191,190); }

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