#98BDBE

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

Shades of Jungle Mist #98BDBE

Tints of Jungle Mist #98BDBE

Color information

#98BDBE (or 0x98BDBE) is unknown color: approx Jungle Mist. HEX triplet: 98, BD and BE. RGB value is (152,189,190). Sum of RGB (Red+Green+Blue) = 152+189+190=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #98BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDBE is #674241. Grayscale: #B2B2B2. Windows color (decimal): -6767170 or 12500376. OLE color: 12500376.

HSL color Cylindrical-coordinate representation of color #98BDBE: hue angle of 181.58º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BDBE is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152189190-
CMYK0.20.0100.25
HSL181.58º22.62%67.06%-
HSV(B)181.58º20%74.51%-
XYZ40.4446.7955.61-
YUV178.05134.74109.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=28.63%
G=35.59%
B=35.78%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521891900.20.0100.25181.5822.6267.06
Hex98BDBE141019b61743
Octal23027527624103126627103
Binary10011000101111011011111010100101100110110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,189,190); }

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

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

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

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

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

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

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