#98C1C1

Color #98C1C1 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #98C1C1

Tints of Jungle Mist #98C1C1

Color information

#98C1C1 (or 0x98C1C1) is unknown color: approx Jungle Mist. HEX triplet: 98, C1 and C1. RGB value is (152,193,193). Sum of RGB (Red+Green+Blue) = 152+193+193=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #98C1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C1C1 is #673E3E. Grayscale: #B4B4B4. Windows color (decimal): -6766143 or 12698008. OLE color: 12698008.

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

Color convert

RGB152193193-
CMYK0.21000.24
HSL180º24.85%67.65%-
HSV(B)180º21.24%75.69%-
XYZ41.6448.6757.65-
YUV180.74134.92107.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.25%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=28.25%
G=35.87%
B=35.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521931930.21000.2418024.8567.65
Hex98C1C1150018b41944
Octal23030130125003026431104
Binary10011000110000011100000110101001100010110100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98C1C1;
 }
 .AnyTagClassName
 {
   color: #98C1C1;
 }
</style>
background-color css

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

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

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

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

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

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