Html Css Color HEX #96C895 Dark Sea Green

📋 copy color: '#96C895'

red 150 ◦ green 200 ◦ blue 149

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

Shades of Dark Sea Green #96C895

Tints of Dark Sea Green #96C895

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 30.06%
G = 40.08%
B = 29.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#96C895 (or 0x96C895) is known color: Dark Sea Green. HEX triplet: 96, C8 and 95. RGB value is (150,200,149). Sum of RGB (Red+Green+Blue) = 150+200+149=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #96C895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C895 is #69376A. Grayscale: #B3B3B3. Windows color (decimal): -6895467 or 9816214. OLE color: 9816214.

HSL color Cylindrical-coordinate representation of color #96C895: hue angle of 118.82º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C895 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 149 -
CMYK 0.25 0 0.26 0.22
HSL 118.82º 0.32% 0.68% -
HSV(B) 118.82º 0.26% 0.78% -
XYZ 38.66 49.96 36.04 -
YUV 179.24 110.94 107.15 -
System Red Green Blue C M Y K H S L
Decimal 150 200 149 0.25 0 0.26 0.22 118.82 0.32 0.68
Hex 96 C8 95 19 0 1A 16 77 20 44
Octal 226 310 225 31 0 32 26 167 40 104
Binary 10010110 11001000 10010101 11001 0 11010 10110 1110111 100000 1000100

Color Harmonies of #96C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C895

Black with #96C895

Text Example


Text Example

White with #96C895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,149); }

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

background-color css

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

 a { background-color: rgb(150,200,149); }

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

border-color css

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

 span { border-color: rgb(150,200,149); }

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