#98C0BE

Color #98C0BE Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #98C0BE

Tints of Shadow Green #98C0BE

Color information

#98C0BE (or 0x98C0BE) is unknown color: approx Shadow Green. HEX triplet: 98, C0 and BE. RGB value is (152,192,190). Sum of RGB (Red+Green+Blue) = 152+192+190=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #98C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C0BE is #673F41. Grayscale: #B3B3B3. Windows color (decimal): -6766402 or 12501144. OLE color: 12501144.

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

Color convert

RGB152192190-
CMYK0.2100.010.25
HSL177º24.1%67.45%-
HSV(B)177º20.83%75.29%-
XYZ41.0948.0955.83-
YUV179.81133.75108.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.46%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=28.46%
G=35.96%
B=35.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521921900.2100.010.2517724.167.45
Hex98C0BE150119b11843
Octal23030027625013126130103
Binary10011000110000001011111010101011100110110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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