Html Css Color HEX #99C0C2 Jungle Mist

📋 copy color: '#99C0C2'

red 153 ◦ green 192 ◦ blue 194

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

Shades of Jungle Mist #99C0C2

Tints of Jungle Mist #99C0C2

RGB

 RED value IS 153 (60.16% from 255) = 28.39%

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 28.39%
G = 35.62%
B = 35.99%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#99C0C2 (or 0x99C0C2) is known color: Jungle Mist. HEX triplet: 99, C0 and C2. RGB value is (153,192,194). Sum of RGB (Red+Green+Blue) = 153+192+194=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #99C0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0C2 is #663F3D. Grayscale: #B4B4B4. Windows color (decimal): -6700862 or 12763289. OLE color: 12763289.

HSL color Cylindrical-coordinate representation of color #99C0C2: hue angle of 182.93º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C0C2 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 192 194 -
CMYK 0.21 0.01 0 0.24
HSL 182.93º 0.25% 0.68% -
HSV(B) 182.93º 0.21% 0.76% -
XYZ 41.72 48.37 58.18 -
YUV 180.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 153 192 194 0.21 0.01 0 0.24 182.93 0.25 0.68
Hex 99 C0 C2 15 1 0 18 B7 19 44
Octal 231 300 302 25 1 0 30 267 31 104
Binary 10011001 11000000 11000010 10101 1 0 11000 10110111 11001 1000100

Color Harmonies of #99C0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C0C2

Black with #99C0C2

Text Example


Text Example

White with #99C0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C0C2; }

 p { color: rgb(153,192,194); }

 H1.HeaderClassName
 {
   color: #99C0C2;
 }
 .AnyTagClassName
 {
   color: #99C0C2;
 }
</style>

background-color css

<style>
 a { background-color: #99C0C2; }

 a { background-color: rgb(153,192,194); }

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

border-color css

<style>
 span { border-color: #99C0C2; }

 span { border-color: rgb(153,192,194); }

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