Html Css Color HEX #99C095 Dark Sea Green

📋 copy color: '#99C095'

red 153 ◦ green 192 ◦ blue 149

#99C095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #99C095

Tints of Dark Sea Green #99C095

RGB

 RED value IS 153 (60.16% from 255) = 30.97%

 GREEN value IS 192 (75.39% from 255) = 38.87%

 BLUE value IS 149 (58.59% from 255) = 30.16%

R = 30.97%
G = 38.87%
B = 30.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#99C095 (or 0x99C095) is known color: Dark Sea Green. HEX triplet: 99, C0 and 95. RGB value is (153,192,149). Sum of RGB (Red+Green+Blue) = 153+192+149=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #99C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C095 is #663F6A. Grayscale: #AFAFAF. Windows color (decimal): -6700907 or 9814169. OLE color: 9814169.

HSL color Cylindrical-coordinate representation of color #99C095: hue angle of 114.42º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C095 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 149 -
CMYK 0.20 0 0.22 0.25
HSL 114.42º 0.25% 0.67% -
HSV(B) 114.42º 0.22% 0.75% -
XYZ 37.41 46.64 35.46 -
YUV 175.44 113.08 112 -
System Red Green Blue C M Y K H S L
Decimal 153 192 149 0.20 0 0.22 0.25 114.42 0.25 0.67
Hex 99 C0 95 14 0 16 19 72 19 43
Octal 231 300 225 24 0 26 31 162 31 103
Binary 10011001 11000000 10010101 10100 0 10110 11001 1110010 11001 1000011

Color Harmonies of #99C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C095

Black with #99C095

Text Example


Text Example

White with #99C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,192,149); }

 H1.HeaderClassName
 {
   color: #99C095;
 }
 .AnyTagClassName
 {
   color: #99C095;
 }
</style>

background-color css

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

 a { background-color: rgb(153,192,149); }

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

border-color css

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

 span { border-color: rgb(153,192,149); }

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