Html Css Color HEX #98C0C1 Jungle Mist

📋 copy color: '#98C0C1'

red 152 ◦ green 192 ◦ blue 193

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

Shades of Jungle Mist #98C0C1

Tints of Jungle Mist #98C0C1

RGB

 RED value IS 152 (59.77% from 255) = 28.31%

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

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

R = 28.31%
G = 35.75%
B = 35.94%

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

#98C0C1 (or 0x98C0C1) is known color: Jungle Mist. HEX triplet: 98, C0 and C1. RGB value is (152,192,193). Sum of RGB (Red+Green+Blue) = 152+192+193=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #98C0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C0C1 is #673F3E. Grayscale: #B4B4B4. Windows color (decimal): -6766399 or 12697752. OLE color: 12697752.

HSL color Cylindrical-coordinate representation of color #98C0C1: hue angle of 181.46º 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 #98C0C1 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 192 193 -
CMYK 0.21 0.01 0 0.24
HSL 181.46º 0.25% 0.68% -
HSV(B) 181.46º 0.21% 0.76% -
XYZ 41.42 48.22 57.58 -
YUV 180.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 152 192 193 0.21 0.01 0 0.24 181.46 0.25 0.68
Hex 98 C0 C1 15 1 0 18 B5 19 44
Octal 230 300 301 25 1 0 30 265 31 104
Binary 10011000 11000000 11000001 10101 1 0 11000 10110101 11001 1000100

Color Harmonies of #98C0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C0C1

Black with #98C0C1

Text Example


Text Example

White with #98C0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98C0C1; }

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

 H1.HeaderClassName
 {
   color: #98C0C1;
 }
 .AnyTagClassName
 {
   color: #98C0C1;
 }
</style>

background-color css

<style>
 a { background-color: #98C0C1; }

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

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

border-color css

<style>
 span { border-color: #98C0C1; }

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

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