#95CA8D

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

Shades of Dark Sea Green #95CA8D

Tints of Dark Sea Green #95CA8D

Color information

#95CA8D (or 0x95CA8D) is unknown color: approx Dark Sea Green. HEX triplet: 95, CA and 8D. RGB value is (149,202,141). Sum of RGB (Red+Green+Blue) = 149+202+141=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CA8D is #6A3572. Grayscale: #B3B3B3. Windows color (decimal): -6960499 or 9292437. OLE color: 9292437.

HSL color Cylindrical-coordinate representation of color #95CA8D: hue angle of 112.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95CA8D is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB149202141-
CMYK0.2600.300.21
HSL112.13º36.53%67.25%-
HSV(B)112.13º30.2%79.22%-
XYZ38.3250.5532.94-
YUV179.2106.44106.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=30.28%
G=41.06%
B=28.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021410.2600.300.21112.1336.5367.25
Hex95CA8D1A01E15702543
Octal225312215320362516045103
Binary100101011100101010001101110100111101010111100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,202,141); }

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

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

 a { background-color: rgb(149,202,141); }

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

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

 span { border-color: rgb(149,202,141); }

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