#95C692

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

Shades of Dark Sea Green #95C692

Tints of Dark Sea Green #95C692

Color information

#95C692 (or 0x95C692) is unknown color: approx Dark Sea Green. HEX triplet: 95, C6 and 92. RGB value is (149,198,146). Sum of RGB (Red+Green+Blue) = 149+198+146=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #95C692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C692 is #6A396D. Grayscale: #B1B1B1. Windows color (decimal): -6961518 or 9619093. OLE color: 9619093.

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

Color convert

RGB149198146-
CMYK0.2500.260.22
HSL116.54º31.33%67.45%-
HSV(B)116.54º26.26%77.65%-
XYZ37.7848.8534.63-
YUV177.42110.27107.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=30.22%
G=40.16%
B=29.61%

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
Decimal1491981460.2500.260.22116.5431.3367.45
Hex95C6921901A16751f43
Octal225306222310322616537103
Binary10010101110001101001001011001011010101101110101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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