Html Css Color HEX #9BC0C1 Jungle Mist

📋 copy color: '#9BC0C1'

red 155 ◦ green 192 ◦ blue 193

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

Shades of Jungle Mist #9BC0C1

Tints of Jungle Mist #9BC0C1

RGB

 RED value IS 155 (60.94% from 255) = 28.7%

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

 BLUE value IS 193 (75.78% from 255) = 35.74%

R = 28.7%
G = 35.56%
B = 35.74%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9BC0C1 (or 0x9BC0C1) is known color: Jungle Mist. HEX triplet: 9B, C0 and C1. RGB value is (155,192,193). Sum of RGB (Red+Green+Blue) = 155+192+193=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #9BC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC0C1 is #643F3E. Grayscale: #B5B5B5. Windows color (decimal): -6569791 or 12697755. OLE color: 12697755.

HSL color Cylindrical-coordinate representation of color #9BC0C1: hue angle of 181.58º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC0C1 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 192 193 -
CMYK 0.20 0.01 0 0.24
HSL 181.58º 0.23% 0.68% -
HSV(B) 181.58º 0.2% 0.76% -
XYZ 41.99 48.52 57.6 -
YUV 181.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 155 192 193 0.20 0.01 0 0.24 181.58 0.23 0.68
Hex 9B C0 C1 14 1 0 18 B6 17 44
Octal 233 300 301 24 1 0 30 266 27 104
Binary 10011011 11000000 11000001 10100 1 0 11000 10110110 10111 1000100

Color Harmonies of #9BC0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0C1

Black with #9BC0C1

Text Example


Text Example

White with #9BC0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,193); }

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

background-color css

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

 a { background-color: rgb(155,192,193); }

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

border-color css

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

 span { border-color: rgb(155,192,193); }

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