Html Css Color HEX #96C08D Dark Sea Green

📋 copy color: '#96C08D'

red 150 ◦ green 192 ◦ blue 141

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

Shades of Dark Sea Green #96C08D

Tints of Dark Sea Green #96C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 31.06%
G = 39.75%
B = 29.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#96C08D (or 0x96C08D) is known color: Dark Sea Green. HEX triplet: 96, C0 and 8D. RGB value is (150,192,141). Sum of RGB (Red+Green+Blue) = 150+192+141=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #96C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C08D is #693F72. Grayscale: #ADADAD. Windows color (decimal): -6897523 or 9289878. OLE color: 9289878.

HSL color Cylindrical-coordinate representation of color #96C08D: hue angle of 109.41º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C08D is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 141 -
CMYK 0.22 0 0.27 0.25
HSL 109.41º 0.29% 0.65% -
HSV(B) 109.41º 0.27% 0.75% -
XYZ 36.24 46.11 32.19 -
YUV 173.63 109.59 111.15 -
System Red Green Blue C M Y K H S L
Decimal 150 192 141 0.22 0 0.27 0.25 109.41 0.29 0.65
Hex 96 C0 8D 16 0 1B 19 6D 1D 41
Octal 226 300 215 26 0 33 31 155 35 101
Binary 10010110 11000000 10001101 10110 0 11011 11001 1101101 11101 1000001

Color Harmonies of #96C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C08D

Black with #96C08D

Text Example


Text Example

White with #96C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,141); }

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

background-color css

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

 a { background-color: rgb(150,192,141); }

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

border-color css

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

 span { border-color: rgb(150,192,141); }

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