#99CB96

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

Shades of Dark Sea Green #99CB96

Tints of Dark Sea Green #99CB96

Color information

#99CB96 (or 0x99CB96) is unknown color: approx Dark Sea Green. HEX triplet: 99, CB and 96. RGB value is (153,203,150). Sum of RGB (Red+Green+Blue) = 153+203+150=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB96 is #663469. Grayscale: #B6B6B6. Windows color (decimal): -6698090 or 9882521. OLE color: 9882521.

HSL color Cylindrical-coordinate representation of color #99CB96: hue angle of 116.6º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CB96 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB153203150-
CMYK0.2500.260.20
HSL116.6º33.76%69.22%-
HSV(B)116.6º26.11%79.61%-
XYZ4051.6936.72-
YUV182.01109.94107.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=30.24%
G=40.12%
B=29.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532031500.2500.260.20116.633.7669.22
Hex99CB961901A14752245
Octal231313226310322416542105
Binary100110011100101110010110110010110101010011101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,203,150); }

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

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

 a { background-color: rgb(153,203,150); }

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

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

 span { border-color: rgb(153,203,150); }

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