Html Css Color HEX #96BF9C Dark Sea Green

📋 copy color: '#96BF9C'

red 150 ◦ green 191 ◦ blue 156

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

Shades of Dark Sea Green #96BF9C

Tints of Dark Sea Green #96BF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 38.43%

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 30.18%
G = 38.43%
B = 31.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#96BF9C (or 0x96BF9C) is known color: Dark Sea Green. HEX triplet: 96, BF and 9C. RGB value is (150,191,156). Sum of RGB (Red+Green+Blue) = 150+191+156=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BF9C is #694063. Grayscale: #AEAEAE. Windows color (decimal): -6897764 or 10272662. OLE color: 10272662.

HSL color Cylindrical-coordinate representation of color #96BF9C: hue angle of 128.78º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BF9C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 156 -
CMYK 0.21 0 0.18 0.25
HSL 128.78º 0.24% 0.67% -
HSV(B) 128.78º 0.21% 0.75% -
XYZ 37.21 46.15 38.4 -
YUV 174.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 150 191 156 0.21 0 0.18 0.25 128.78 0.24 0.67
Hex 96 BF 9C 15 0 12 19 81 18 43
Octal 226 277 234 25 0 22 31 201 30 103
Binary 10010110 10111111 10011100 10101 0 10010 11001 10000001 11000 1000011

Color Harmonies of #96BF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF9C

Black with #96BF9C

Text Example


Text Example

White with #96BF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,156); }

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

background-color css

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

 a { background-color: rgb(150,191,156); }

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

border-color css

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

 span { border-color: rgb(150,191,156); }

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