Html Css Color HEX #96BE99 Dark Sea Green

📋 copy color: '#96BE99'

red 150 ◦ green 190 ◦ blue 153

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

Shades of Dark Sea Green #96BE99

Tints of Dark Sea Green #96BE99

RGB

 RED value IS 150 (58.98% from 255) = 30.43%

 GREEN value IS 190 (74.61% from 255) = 38.54%

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 30.43%
G = 38.54%
B = 31.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#96BE99 (or 0x96BE99) is known color: Dark Sea Green. HEX triplet: 96, BE and 99. RGB value is (150,190,153). Sum of RGB (Red+Green+Blue) = 150+190+153=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE99 is #694166. Grayscale: #ADADAD. Windows color (decimal): -6898023 or 10075798. OLE color: 10075798.

HSL color Cylindrical-coordinate representation of color #96BE99: hue angle of 124.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BE99 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 153 -
CMYK 0.21 0 0.19 0.25
HSL 124.5º 0.24% 0.67% -
HSV(B) 124.5º 0.21% 0.75% -
XYZ 36.74 45.61 37 -
YUV 173.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 150 190 153 0.21 0 0.19 0.25 124.5 0.24 0.67
Hex 96 BE 99 15 0 13 19 7C 18 43
Octal 226 276 231 25 0 23 31 174 30 103
Binary 10010110 10111110 10011001 10101 0 10011 11001 1111100 11000 1000011

Color Harmonies of #96BE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE99

Black with #96BE99

Text Example


Text Example

White with #96BE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BE99; }

 p { color: rgb(150,190,153); }

 H1.HeaderClassName
 {
   color: #96BE99;
 }
 .AnyTagClassName
 {
   color: #96BE99;
 }
</style>

background-color css

<style>
 a { background-color: #96BE99; }

 a { background-color: rgb(150,190,153); }

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

border-color css

<style>
 span { border-color: #96BE99; }

 span { border-color: rgb(150,190,153); }

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