Html Css Color HEX #9DBEBE Jungle Mist

📋 copy color: '#9DBEBE'

red 157 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #9DBEBE

Tints of Jungle Mist #9DBEBE

RGB

 RED value IS 157 (61.72% from 255) = 29.24%

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

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

R = 29.24%
G = 35.38%
B = 35.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DBEBE (or 0x9DBEBE) is known color: Jungle Mist. HEX triplet: 9D, BE and BE. RGB value is (157,190,190). Sum of RGB (Red+Green+Blue) = 157+190+190=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #9DBEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEBE is #624141. Grayscale: #B4B4B4. Windows color (decimal): -6439234 or 12500637. OLE color: 12500637.

HSL color Cylindrical-coordinate representation of color #9DBEBE: hue angle of 180º 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 #9DBEBE is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 190 190 -
CMYK 0.17 0 0 0.25
HSL 180º 0.2% 0.68% -
HSV(B) 180º 0.17% 0.75% -
XYZ 41.61 47.71 55.73 -
YUV 180.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 157 190 190 0.17 0 0 0.25 180 0.2 0.68
Hex 9D BE BE 11 0 0 19 B4 14 44
Octal 235 276 276 21 0 0 31 264 24 104
Binary 10011101 10111110 10111110 10001 0 0 11001 10110100 10100 1000100

Color Harmonies of #9DBEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBEBE

Black with #9DBEBE

Text Example


Text Example

White with #9DBEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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