#96BF8B

Color #96BF8B Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #96BF8B

Tints of Dark Sea Green #96BF8B

Color information

#96BF8B (or 0x96BF8B) is unknown color: approx Dark Sea Green. HEX triplet: 96, BF and 8B. RGB value is (150,191,139). Sum of RGB (Red+Green+Blue) = 150+191+139=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BF8B is #694074. Grayscale: #ACACAC. Windows color (decimal): -6897781 or 9158550. OLE color: 9158550.

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

Color convert

RGB150191139-
CMYK0.2100.270.25
HSL107.31º28.89%64.71%-
HSV(B)107.31º27.23%74.9%-
XYZ35.8745.6131.34-
YUV172.81108.92111.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.25%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=31.25%
G=39.79%
B=28.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911390.2100.270.25107.3128.8964.71
Hex96BF8B1501B196b1d41
Octal226277213250333115335101
Binary10010110101111111000101110101011011110011101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BF8B;
 }
 .AnyTagClassName
 {
   color: #96BF8B;
 }
</style>
background-color css

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

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

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

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

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

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