#95CD8E

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

Shades of Dark Sea Green #95CD8E

Tints of Dark Sea Green #95CD8E

Color information

#95CD8E (or 0x95CD8E) is unknown color: approx Dark Sea Green. HEX triplet: 95, CD and 8E. RGB value is (149,205,142). Sum of RGB (Red+Green+Blue) = 149+205+142=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CD8E is #6A3271. Grayscale: #B5B5B5. Windows color (decimal): -6959730 or 9358741. OLE color: 9358741.

HSL color Cylindrical-coordinate representation of color #95CD8E: hue angle of 113.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95CD8E is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB149205142-
CMYK0.2700.310.20
HSL113.33º38.65%68.04%-
HSV(B)113.33º30.73%80.39%-
XYZ39.1152.0133.57-
YUV181.07105.95105.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=30.04%
G=41.33%
B=28.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051420.2700.310.20113.3338.6568.04
Hex95CD8E1B01F14712744
Octal225315216330372416147104
Binary100101011100110110001110110110111111010011100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,142); }

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

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

 a { background-color: rgb(149,205,142); }

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

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

 span { border-color: rgb(149,205,142); }

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