Html Css Color HEX #9FC0BF Jungle Mist

📋 copy color: '#9FC0BF'

red 159 ◦ green 192 ◦ blue 191

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

Shades of Jungle Mist #9FC0BF

Tints of Jungle Mist #9FC0BF

RGB

 RED value IS 159 (62.5% from 255) = 29.34%

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

 BLUE value IS 191 (75% from 255) = 35.24%

R = 29.34%
G = 35.42%
B = 35.24%

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

#9FC0BF (or 0x9FC0BF) is known color: Jungle Mist. HEX triplet: 9F, C0 and BF. RGB value is (159,192,191). Sum of RGB (Red+Green+Blue) = 159+192+191=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC0BF is #603F40. Grayscale: #B5B5B5. Windows color (decimal): -6307649 or 12566687. OLE color: 12566687.

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

Color convert

RGB 159 192 191 -
CMYK 0.17 0 0.01 0.25
HSL 178.18º 0.21% 0.69% -
HSV(B) 178.18º 0.17% 0.75% -
XYZ 42.55 48.83 56.47 -
YUV 182.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 159 192 191 0.17 0 0.01 0.25 178.18 0.21 0.69
Hex 9F C0 BF 11 0 1 19 B2 15 45
Octal 237 300 277 21 0 1 31 262 25 105
Binary 10011111 11000000 10111111 10001 0 1 11001 10110010 10101 1000101

Color Harmonies of #9FC0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC0BF

Black with #9FC0BF

Text Example


Text Example

White with #9FC0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,191); }

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

background-color css

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

 a { background-color: rgb(159,192,191); }

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

border-color css

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

 span { border-color: rgb(159,192,191); }

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