#98CCBD

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

Shades of Shadow Green #98CCBD

Tints of Shadow Green #98CCBD

Color information

#98CCBD (or 0x98CCBD) is unknown color: approx Shadow Green. HEX triplet: 98, CC and BD. RGB value is (152,204,189). Sum of RGB (Red+Green+Blue) = 152+204+189=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCBD is #673342. Grayscale: #BABABA. Windows color (decimal): -6763331 or 12438680. OLE color: 12438680.

HSL color Cylindrical-coordinate representation of color #98CCBD: hue angle of 162.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CCBD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB152204189-
CMYK0.2500.070.2
HSL162.69º33.77%69.8%-
HSV(B)162.69º25.49%80%-
XYZ43.7353.5456.17-
YUV186.74129.27103.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=27.89%
G=37.43%
B=34.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522041890.2500.070.2162.6933.7769.8
Hex98CCBD190714a32246
Octal23031427531072424342106
Binary10011000110011001011110111001011110100101000111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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