#95CA8F

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

Shades of Dark Sea Green #95CA8F

Tints of Dark Sea Green #95CA8F

Color information

#95CA8F (or 0x95CA8F) is unknown color: approx Dark Sea Green. HEX triplet: 95, CA and 8F. RGB value is (149,202,143). Sum of RGB (Red+Green+Blue) = 149+202+143=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CA8F is #6A3570. Grayscale: #B3B3B3. Windows color (decimal): -6960497 or 9423509. OLE color: 9423509.

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

Color convert

RGB149202143-
CMYK0.2600.290.21
HSL113.9º35.76%67.65%-
HSV(B)113.9º29.21%79.22%-
XYZ38.4750.6133.73-
YUV179.43107.44106.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=30.16%
G=40.89%
B=28.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492021430.2600.290.21113.935.7667.65
Hex95CA8F1A01D15722444
Octal225312217320352516244104
Binary100101011100101010001111110100111011010111100101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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