#98C8BB

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

Shades of Shadow Green #98C8BB

Tints of Shadow Green #98C8BB

Color information

#98C8BB (or 0x98C8BB) is unknown color: approx Shadow Green. HEX triplet: 98, C8 and BB. RGB value is (152,200,187). Sum of RGB (Red+Green+Blue) = 152+200+187=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #98C8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8BB is #673744. Grayscale: #B8B8B8. Windows color (decimal): -6764357 or 12306584. OLE color: 12306584.

HSL color Cylindrical-coordinate representation of color #98C8BB: hue angle of 163.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C8BB is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB152200187-
CMYK0.2400.060.22
HSL163.75º30.38%69.02%-
HSV(B)163.75º24%78.43%-
XYZ42.5751.5754.72-
YUV184.17129.6105.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.20%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=28.20%
G=37.11%
B=34.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1522001870.2400.060.22163.7530.3869.02
Hex98C8BB180616a41e45
Octal23031027330062624436105
Binary1001100011001000101110111100001101011010100100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,200,187); }

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

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

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

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

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

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

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