#96BE9A

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

Shades of Dark Sea Green #96BE9A

Tints of Dark Sea Green #96BE9A

Color information

#96BE9A (or 0x96BE9A) is unknown color: approx Dark Sea Green. HEX triplet: 96, BE and 9A. RGB value is (150,190,154). Sum of RGB (Red+Green+Blue) = 150+190+154=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE9A is #694165. Grayscale: #AEAEAE. Windows color (decimal): -6898022 or 10141334. OLE color: 10141334.

HSL color Cylindrical-coordinate representation of color #96BE9A: hue angle of 126º 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 #96BE9A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB150190154-
CMYK0.2100.190.25
HSL126º23.53%66.67%-
HSV(B)126º21.05%74.51%-
XYZ36.8245.6437.44-
YUV173.94116.75110.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=30.36%
G=38.46%
B=31.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901540.2100.190.2512623.5366.67
Hex96BE9A15013197e1843
Octal226276232250233117630103
Binary10010110101111101001101010101010011110011111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,154); }

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

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

 a { background-color: rgb(150,190,154); }

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

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

 span { border-color: rgb(150,190,154); }

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