#99B99D

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

Shades of Dark Sea Green #99B99D

Tints of Dark Sea Green #99B99D

Color information

#99B99D (or 0x99B99D) is unknown color: approx Dark Sea Green. HEX triplet: 99, B9 and 9D. RGB value is (153,185,157). Sum of RGB (Red+Green+Blue) = 153+185+157=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #99B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B99D is #664662. Grayscale: #ACACAC. Windows color (decimal): -6702691 or 10336665. OLE color: 10336665.

HSL color Cylindrical-coordinate representation of color #99B99D: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99B99D is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB153185157-
CMYK0.1700.150.27
HSL127.5º18.6%66.27%-
HSV(B)127.5º17.3%72.55%-
XYZ36.5743.938.45-
YUV172.24119.4114.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=30.91%
G=37.37%
B=31.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531851570.1700.150.27127.518.666.27
Hex99B99D110F1B7f1342
Octal231271235210173317723102
Binary1001100110111001100111011000101111110111111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B99D; }

 p { color: rgb(153,185,157); }

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

<style>
 a { background-color: #99B99D; }

 a { background-color: rgb(153,185,157); }

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

<style>
 span { border-color: #99B99D; }

 span { border-color: rgb(153,185,157); }

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