Html Css Color HEX #99B995 Dark Sea Green

📋 copy color: '#99B995'

red 153 ◦ green 185 ◦ blue 149

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

Shades of Dark Sea Green #99B995

Tints of Dark Sea Green #99B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

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

R = 31.42%
G = 37.99%
B = 30.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#99B995 (or 0x99B995) is known color: Dark Sea Green. HEX triplet: 99, B9 and 95. RGB value is (153,185,149). Sum of RGB (Red+Green+Blue) = 153+185+149=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #99B995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B995 is #66466A. Grayscale: #ABABAB. Windows color (decimal): -6702699 or 9812377. OLE color: 9812377.

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

Color convert

RGB 153 185 149 -
CMYK 0.17 0 0.19 0.27
HSL 113.33º 0.2% 0.65% -
HSV(B) 113.33º 0.19% 0.73% -
XYZ 35.91 43.64 34.96 -
YUV 171.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 153 185 149 0.17 0 0.19 0.27 113.33 0.2 0.65
Hex 99 B9 95 11 0 13 1B 71 14 41
Octal 231 271 225 21 0 23 33 161 24 101
Binary 10011001 10111001 10010101 10001 0 10011 11011 1110001 10100 1000001

Color Harmonies of #99B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B995

Black with #99B995

Text Example


Text Example

White with #99B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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