Html Css Color HEX #96CB8D Dark Sea Green

📋 copy color: '#96CB8D'

red 150 ◦ green 203 ◦ blue 141

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

Shades of Dark Sea Green #96CB8D

Tints of Dark Sea Green #96CB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.09%

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

R = 30.36%
G = 41.09%
B = 28.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#96CB8D (or 0x96CB8D) is known color: Dark Sea Green. HEX triplet: 96, CB and 8D. RGB value is (150,203,141). Sum of RGB (Red+Green+Blue) = 150+203+141=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB8D is #693472. Grayscale: #B4B4B4. Windows color (decimal): -6894707 or 9292694. OLE color: 9292694.

HSL color Cylindrical-coordinate representation of color #96CB8D: hue angle of 111.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CB8D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 141 -
CMYK 0.26 0 0.31 0.20
HSL 111.29º 0.37% 0.67% -
HSV(B) 111.29º 0.31% 0.8% -
XYZ 38.74 51.12 33.02 -
YUV 180.09 105.94 106.54 -
System Red Green Blue C M Y K H S L
Decimal 150 203 141 0.26 0 0.31 0.20 111.29 0.37 0.67
Hex 96 CB 8D 1A 0 1F 14 6F 25 43
Octal 226 313 215 32 0 37 24 157 45 103
Binary 10010110 11001011 10001101 11010 0 11111 10100 1101111 100101 1000011

Color Harmonies of #96CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB8D

Black with #96CB8D

Text Example


Text Example

White with #96CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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