#95C79A

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

Shades of Dark Sea Green #95C79A

Tints of Dark Sea Green #95C79A

Color information

#95C79A (or 0x95C79A) is unknown color: approx Dark Sea Green. HEX triplet: 95, C7 and 9A. RGB value is (149,199,154). Sum of RGB (Red+Green+Blue) = 149+199+154=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #95C79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C79A is #6A3865. Grayscale: #B3B3B3. Windows color (decimal): -6961254 or 10143637. OLE color: 10143637.

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

Color convert

RGB149199154-
CMYK0.2500.230.22
HSL126º30.86%68.24%-
HSV(B)126º25.13%78.04%-
XYZ38.6549.5738.1-
YUV178.92113.94106.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=29.68%
G=39.64%
B=30.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991540.2500.230.2212630.8668.24
Hex95C79A19017167e1f44
Octal225307232310272617637104
Binary10010101110001111001101011001010111101101111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,199,154); }

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

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

 a { background-color: rgb(149,199,154); }

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

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

 span { border-color: rgb(149,199,154); }

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