#98C8BF

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

Shades of Shadow Green #98C8BF

Tints of Shadow Green #98C8BF

Color information

#98C8BF (or 0x98C8BF) is unknown color: approx Shadow Green. HEX triplet: 98, C8 and BF. RGB value is (152,200,191). Sum of RGB (Red+Green+Blue) = 152+200+191=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #98C8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8BF is #673740. Grayscale: #B8B8B8. Windows color (decimal): -6764353 or 12568728. OLE color: 12568728.

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

Color convert

RGB152200191-
CMYK0.2400.040.22
HSL168.75º30.38%69.02%-
HSV(B)168.75º24%78.43%-
XYZ43.0151.7557.01-
YUV184.62131.6104.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.99%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 191 (75% from 255) = 35.17%
R=27.99%
G=36.83%
B=35.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1522001910.2400.040.22168.7530.3869.02
Hex98C8BF180416a91e45
Octal23031027730042625136105
Binary1001100011001000101111111100001001011010101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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