#95C096

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

Shades of Dark Sea Green #95C096

Tints of Dark Sea Green #95C096

Color information

#95C096 (or 0x95C096) is unknown color: approx Dark Sea Green. HEX triplet: 95, C0 and 96. RGB value is (149,192,150). Sum of RGB (Red+Green+Blue) = 149+192+150=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #95C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C096 is #6A3F69. Grayscale: #AEAEAE. Windows color (decimal): -6963050 or 9879701. OLE color: 9879701.

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

Color convert

RGB149192150-
CMYK0.2200.220.25
HSL121.4º25.44%66.86%-
HSV(B)121.4º22.4%75.29%-
XYZ36.7546.2935.85-
YUV174.36114.25109.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=30.35%
G=39.10%
B=30.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491921500.2200.220.25121.425.4466.86
Hex95C0961601619791943
Octal225300226260263117131103
Binary10010101110000001001011010110010110110011111001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C096; }

 p { color: rgb(149,192,150); }

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

<style>
 a { background-color: #95C096; }

 a { background-color: rgb(149,192,150); }

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

<style>
 span { border-color: #95C096; }

 span { border-color: rgb(149,192,150); }

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