Html Css Color HEX #99B49A Dark Sea Green

📋 copy color: '#99B49A'

red 153 ◦ green 180 ◦ blue 154

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

Shades of Dark Sea Green #99B49A

Tints of Dark Sea Green #99B49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.96%

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 31.42%
G = 36.96%
B = 31.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#99B49A (or 0x99B49A) is known color: Dark Sea Green. HEX triplet: 99, B4 and 9A. RGB value is (153,180,154). Sum of RGB (Red+Green+Blue) = 153+180+154=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #99B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B49A is #664B65. Grayscale: #A9A9A9. Windows color (decimal): -6703974 or 10138777. OLE color: 10138777.

HSL color Cylindrical-coordinate representation of color #99B49A: hue angle of 122.22º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B49A is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 154 -
CMYK 0.15 0 0.14 0.29
HSL 122.22º 0.15% 0.65% -
HSV(B) 122.22º 0.15% 0.71% -
XYZ 35.29 41.75 36.77 -
YUV 168.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 153 180 154 0.15 0 0.14 0.29 122.22 0.15 0.65
Hex 99 B4 9A F 0 E 1D 7A F 41
Octal 231 264 232 17 0 16 35 172 17 101
Binary 10011001 10110100 10011010 1111 0 1110 11101 1111010 1111 1000001

Color Harmonies of #99B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B49A

Black with #99B49A

Text Example


Text Example

White with #99B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,154); }

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

background-color css

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

 a { background-color: rgb(153,180,154); }

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

border-color css

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

 span { border-color: rgb(153,180,154); }

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