#95CA8B

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

Shades of Dark Sea Green #95CA8B

Tints of Dark Sea Green #95CA8B

Color information

#95CA8B (or 0x95CA8B) is unknown color: approx Dark Sea Green. HEX triplet: 95, CA and 8B. RGB value is (149,202,139). Sum of RGB (Red+Green+Blue) = 149+202+139=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CA8B is #6A3574. Grayscale: #B3B3B3. Windows color (decimal): -6960501 or 9161365. OLE color: 9161365.

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

Color convert

RGB149202139-
CMYK0.2600.310.21
HSL110.48º37.28%66.86%-
HSV(B)110.48º31.19%79.22%-
XYZ38.1850.4932.16-
YUV178.97105.44106.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=30.41%
G=41.22%
B=28.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021390.2600.310.21110.4837.2866.86
Hex95CA8B1A01F156e2543
Octal225312213320372515645103
Binary100101011100101010001011110100111111010111011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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