Html Css Color HEX #99BD9D Dark Sea Green

📋 copy color: '#99BD9D'

red 153 ◦ green 189 ◦ blue 157

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

Shades of Dark Sea Green #99BD9D

Tints of Dark Sea Green #99BD9D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.88%

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 30.66%
G = 37.88%
B = 31.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#99BD9D (or 0x99BD9D) is known color: Dark Sea Green. HEX triplet: 99, BD and 9D. RGB value is (153,189,157). Sum of RGB (Red+Green+Blue) = 153+189+157=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD9D is #664262. Grayscale: #AEAEAE. Windows color (decimal): -6701667 or 10337689. OLE color: 10337689.

HSL color Cylindrical-coordinate representation of color #99BD9D: hue angle of 126.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BD9D is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 189 157 -
CMYK 0.19 0 0.17 0.26
HSL 126.67º 0.21% 0.67% -
HSV(B) 126.67º 0.19% 0.74% -
XYZ 37.42 45.6 38.73 -
YUV 174.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 153 189 157 0.19 0 0.17 0.26 126.67 0.21 0.67
Hex 99 BD 9D 13 0 11 1A 7F 15 43
Octal 231 275 235 23 0 21 32 177 25 103
Binary 10011001 10111101 10011101 10011 0 10001 11010 1111111 10101 1000011

Color Harmonies of #99BD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BD9D

Black with #99BD9D

Text Example


Text Example

White with #99BD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,189,157); }

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

background-color css

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

 a { background-color: rgb(153,189,157); }

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

border-color css

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

 span { border-color: rgb(153,189,157); }

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