#96CE94

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

Shades of Dark Sea Green #96CE94

Tints of Dark Sea Green #96CE94

Color information

#96CE94 (or 0x96CE94) is unknown color: approx Dark Sea Green. HEX triplet: 96, CE and 94. RGB value is (150,206,148). Sum of RGB (Red+Green+Blue) = 150+206+148=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE94 is #69316B. Grayscale: #B6B6B6. Windows color (decimal): -6893932 or 9752214. OLE color: 9752214.

HSL color Cylindrical-coordinate representation of color #96CE94: hue angle of 117.93º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CE94 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB150206148-
CMYK0.2700.280.19
HSL117.93º37.18%69.41%-
HSV(B)117.93º28.16%80.78%-
XYZ39.9952.7636.09-
YUV182.64108.45104.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=29.76%
G=40.87%
B=29.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061480.2700.280.19117.9337.1869.41
Hex96CE941B01C13762545
Octal226316224330342316645105
Binary100101101100111010010100110110111001001111101101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,148); }

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

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

 a { background-color: rgb(150,206,148); }

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

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

 span { border-color: rgb(150,206,148); }

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