#98CCBF

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

Shades of Shadow Green #98CCBF

Tints of Shadow Green #98CCBF

Color information

#98CCBF (or 0x98CCBF) is unknown color: approx Shadow Green. HEX triplet: 98, CC and BF. RGB value is (152,204,191). Sum of RGB (Red+Green+Blue) = 152+204+191=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCBF is #673340. Grayscale: #BABABA. Windows color (decimal): -6763329 or 12569752. OLE color: 12569752.

HSL color Cylindrical-coordinate representation of color #98CCBF: hue angle of 165º 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 #98CCBF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB152204191-
CMYK0.2500.060.2
HSL165º33.77%69.8%-
HSV(B)165º25.49%80%-
XYZ43.9553.6257.32-
YUV186.97130.27103.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.79%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 191 (75% from 255) = 34.92%
R=27.79%
G=37.29%
B=34.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522041910.2500.060.216533.7769.8
Hex98CCBF190614a52246
Octal23031427731062424542106
Binary10011000110011001011111111001011010100101001011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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