Html Css Color HEX #96C88C Dark Sea Green

📋 copy color: '#96C88C'

red 150 ◦ green 200 ◦ blue 140

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

Shades of Dark Sea Green #96C88C

Tints of Dark Sea Green #96C88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 30.61%
G = 40.82%
B = 28.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#96C88C (or 0x96C88C) is known color: Dark Sea Green. HEX triplet: 96, C8 and 8C. RGB value is (150,200,140). Sum of RGB (Red+Green+Blue) = 150+200+140=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #96C88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C88C is #693773. Grayscale: #B2B2B2. Windows color (decimal): -6895476 or 9226390. OLE color: 9226390.

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

Color convert

RGB 150 200 140 -
CMYK 0.25 0 0.3 0.22
HSL 110º 0.35% 0.67% -
HSV(B) 110º 0.3% 0.78% -
XYZ 37.97 49.69 32.4 -
YUV 178.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 150 200 140 0.25 0 0.3 0.22 110 0.35 0.67
Hex 96 C8 8C 19 0 1E 16 6E 23 43
Octal 226 310 214 31 0 36 26 156 43 103
Binary 10010110 11001000 10001100 11001 0 11110 10110 1101110 100011 1000011

Color Harmonies of #96C88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C88C

Black with #96C88C

Text Example


Text Example

White with #96C88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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