Html Css Color HEX #96C49B Dark Sea Green

📋 copy color: '#96C49B'

red 150 ◦ green 196 ◦ blue 155

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

Shades of Dark Sea Green #96C49B

Tints of Dark Sea Green #96C49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 29.94%
G = 39.12%
B = 30.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#96C49B (or 0x96C49B) is known color: Dark Sea Green. HEX triplet: 96, C4 and 9B. RGB value is (150,196,155). Sum of RGB (Red+Green+Blue) = 150+196+155=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #96C49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C49B is #693B64. Grayscale: #B1B1B1. Windows color (decimal): -6896485 or 10208406. OLE color: 10208406.

HSL color Cylindrical-coordinate representation of color #96C49B: hue angle of 126.52º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C49B is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 155 -
CMYK 0.23 0 0.21 0.23
HSL 126.52º 0.28% 0.68% -
HSV(B) 126.52º 0.23% 0.77% -
XYZ 38.23 48.33 38.32 -
YUV 177.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 150 196 155 0.23 0 0.21 0.23 126.52 0.28 0.68
Hex 96 C4 9B 17 0 15 17 7F 1C 44
Octal 226 304 233 27 0 25 27 177 34 104
Binary 10010110 11000100 10011011 10111 0 10101 10111 1111111 11100 1000100

Color Harmonies of #96C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C49B

Black with #96C49B

Text Example


Text Example

White with #96C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,155); }

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

background-color css

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

 a { background-color: rgb(150,196,155); }

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

border-color css

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

 span { border-color: rgb(150,196,155); }

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