#99CB97

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

Shades of Dark Sea Green #99CB97

Tints of Dark Sea Green #99CB97

Color information

#99CB97 (or 0x99CB97) is unknown color: approx Dark Sea Green. HEX triplet: 99, CB and 97. RGB value is (153,203,151). Sum of RGB (Red+Green+Blue) = 153+203+151=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB97 is #663468. Grayscale: #B6B6B6. Windows color (decimal): -6698089 or 9948057. OLE color: 9948057.

HSL color Cylindrical-coordinate representation of color #99CB97: hue angle of 117.69º degrees, saturation: 0.33, 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 #99CB97 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB153203151-
CMYK0.2500.260.20
HSL117.69º33.33%69.41%-
HSV(B)117.69º25.62%79.61%-
XYZ40.0851.7237.15-
YUV182.12110.44107.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=30.18%
G=40.04%
B=29.78%

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
Decimal1532031510.2500.260.20117.6933.3369.41
Hex99CB971901A14762145
Octal231313227310322416641105
Binary100110011100101110010111110010110101010011101101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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