Html Css Color HEX #99BF9E Dark Sea Green

📋 copy color: '#99BF9E'

red 153 ◦ green 191 ◦ blue 158

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

Shades of Dark Sea Green #99BF9E

Tints of Dark Sea Green #99BF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 38.05%

 BLUE value IS 158 (62.11% from 255) = 31.47%

R = 30.48%
G = 38.05%
B = 31.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#99BF9E (or 0x99BF9E) is known color: Dark Sea Green. HEX triplet: 99, BF and 9E. RGB value is (153,191,158). Sum of RGB (Red+Green+Blue) = 153+191+158=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF9E is #664061. Grayscale: #AFAFAF. Windows color (decimal): -6701154 or 10403737. OLE color: 10403737.

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

Color convert

RGB 153 191 158 -
CMYK 0.20 0 0.17 0.25
HSL 127.89º 0.23% 0.67% -
HSV(B) 127.89º 0.2% 0.75% -
XYZ 37.94 46.5 39.32 -
YUV 175.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 153 191 158 0.20 0 0.17 0.25 127.89 0.23 0.67
Hex 99 BF 9E 14 0 11 19 80 17 43
Octal 231 277 236 24 0 21 31 200 27 103
Binary 10011001 10111111 10011110 10100 0 10001 11001 10000000 10111 1000011

Color Harmonies of #99BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BF9E

Black with #99BF9E

Text Example


Text Example

White with #99BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,191,158); }

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

background-color css

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

 a { background-color: rgb(153,191,158); }

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

border-color css

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

 span { border-color: rgb(153,191,158); }

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