#95C19A

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

Shades of Dark Sea Green #95C19A

Tints of Dark Sea Green #95C19A

Color information

#95C19A (or 0x95C19A) is unknown color: approx Dark Sea Green. HEX triplet: 95, C1 and 9A. RGB value is (149,193,154). Sum of RGB (Red+Green+Blue) = 149+193+154=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #95C19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C19A is #6A3E65. Grayscale: #AFAFAF. Windows color (decimal): -6962790 or 10142101. OLE color: 10142101.

HSL color Cylindrical-coordinate representation of color #95C19A: hue angle of 126.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C19A is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB149193154-
CMYK0.2300.200.24
HSL126.82º26.19%67.06%-
HSV(B)126.82º22.8%75.69%-
XYZ37.346.8637.65-
YUV175.4115.92109.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=30.04%
G=38.91%
B=31.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931540.2300.200.24126.8226.1967.06
Hex95C19A17014187f1a43
Octal225301232270243017732103
Binary10010101110000011001101010111010100110001111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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