Html Css Color HEX #9FBEBE Jungle Mist

📋 copy color: '#9FBEBE'

red 159 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #9FBEBE

Tints of Jungle Mist #9FBEBE

RGB

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

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

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

R = 29.5%
G = 35.25%
B = 35.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FBEBE (or 0x9FBEBE) is known color: Jungle Mist. HEX triplet: 9F, BE and BE. RGB value is (159,190,190). Sum of RGB (Red+Green+Blue) = 159+190+190=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #9FBEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEBE is #604141. Grayscale: #B4B4B4. Windows color (decimal): -6308162 or 12500639. OLE color: 12500639.

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

Color convert

RGB 159 190 190 -
CMYK 0.16 0 0 0.25
HSL 180º 0.19% 0.68% -
HSV(B) 180º 0.16% 0.75% -
XYZ 42.01 47.92 55.75 -
YUV 180.73 133.23 112.5 -
System Red Green Blue C M Y K H S L
Decimal 159 190 190 0.16 0 0 0.25 180 0.19 0.68
Hex 9F BE BE 10 0 0 19 B4 13 44
Octal 237 276 276 20 0 0 31 264 23 104
Binary 10011111 10111110 10111110 10000 0 0 11001 10110100 10011 1000100

Color Harmonies of #9FBEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBEBE

Black with #9FBEBE

Text Example


Text Example

White with #9FBEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,190,190); }

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

background-color css

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

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

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

border-color css

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

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

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