#95C693

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

Shades of Dark Sea Green #95C693

Tints of Dark Sea Green #95C693

Color information

#95C693 (or 0x95C693) is unknown color: approx Dark Sea Green. HEX triplet: 95, C6 and 93. RGB value is (149,198,147). Sum of RGB (Red+Green+Blue) = 149+198+147=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #95C693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C693 is #6A396C. Grayscale: #B1B1B1. Windows color (decimal): -6961517 or 9684629. OLE color: 9684629.

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

Color convert

RGB149198147-
CMYK0.2500.260.22
HSL117.65º30.91%67.65%-
HSV(B)117.65º25.76%77.65%-
XYZ37.8548.8835.04-
YUV177.54110.77107.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=30.16%
G=40.08%
B=29.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981470.2500.260.22117.6530.9167.65
Hex95C6931901A16761f44
Octal225306223310322616637104
Binary10010101110001101001001111001011010101101110110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,147); }

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

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

 a { background-color: rgb(149,198,147); }

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

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

 span { border-color: rgb(149,198,147); }

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