#98B695

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

Shades of Dark Sea Green #98B695

Tints of Dark Sea Green #98B695

Color information

#98B695 (or 0x98B695) is unknown color: approx Dark Sea Green. HEX triplet: 98, B6 and 95. RGB value is (152,182,149). Sum of RGB (Red+Green+Blue) = 152+182+149=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #98B695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B695 is #67496A. Grayscale: #A9A9A9. Windows color (decimal): -6769003 or 9811608. OLE color: 9811608.

HSL color Cylindrical-coordinate representation of color #98B695: hue angle of 114.55º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98B695 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB152182149-
CMYK0.1600.180.29
HSL114.55º18.44%64.9%-
HSV(B)114.55º18.13%71.37%-
XYZ35.142.334.75-
YUV169.27116.56115.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=31.47%
G=37.68%
B=30.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521821490.1600.180.29114.5518.4464.9
Hex98B695100121D731241
Octal230266225200223516322101
Binary10011000101101101001010110000010010111011110011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,182,149); }

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

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

 a { background-color: rgb(152,182,149); }

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

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

 span { border-color: rgb(152,182,149); }

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