Html Css Color HEX #99B09A Dark Sea Green

📋 copy color: '#99B09A'

red 153 ◦ green 176 ◦ blue 154

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

Shades of Dark Sea Green #99B09A

Tints of Dark Sea Green #99B09A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

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

R = 31.68%
G = 36.44%
B = 31.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#99B09A (or 0x99B09A) is known color: Dark Sea Green. HEX triplet: 99, B0 and 9A. RGB value is (153,176,154). Sum of RGB (Red+Green+Blue) = 153+176+154=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #99B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B09A is #664F65. Grayscale: #A6A6A6. Windows color (decimal): -6704998 or 10137753. OLE color: 10137753.

HSL color Cylindrical-coordinate representation of color #99B09A: hue angle of 122.61º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99B09A is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 154 -
CMYK 0.13 0 0.12 0.31
HSL 122.61º 0.13% 0.65% -
HSV(B) 122.61º 0.13% 0.69% -
XYZ 34.49 40.16 36.5 -
YUV 166.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 153 176 154 0.13 0 0.12 0.31 122.61 0.13 0.65
Hex 99 B0 9A D 0 C 1F 7B D 41
Octal 231 260 232 15 0 14 37 173 15 101
Binary 10011001 10110000 10011010 1101 0 1100 11111 1111011 1101 1000001

Color Harmonies of #99B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B09A

Black with #99B09A

Text Example


Text Example

White with #99B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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