#95C992

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

Shades of Dark Sea Green #95C992

Tints of Dark Sea Green #95C992

Color information

#95C992 (or 0x95C992) is unknown color: approx Dark Sea Green. HEX triplet: 95, C9 and 92. RGB value is (149,201,146). Sum of RGB (Red+Green+Blue) = 149+201+146=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #95C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C992 is #6A366D. Grayscale: #B3B3B3. Windows color (decimal): -6960750 or 9619861. OLE color: 9619861.

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

Color convert

RGB149201146-
CMYK0.2600.270.21
HSL116.73º33.74%68.04%-
HSV(B)116.73º27.36%78.82%-
XYZ38.4750.2434.86-
YUV179.18109.27106.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=30.04%
G=40.52%
B=29.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1492011460.2600.270.21116.7333.7468.04
Hex95C9921A01B15752244
Octal225311222320332516542104
Binary100101011100100110010010110100110111010111101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,201,146); }

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

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

 a { background-color: rgb(149,201,146); }

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

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

 span { border-color: rgb(149,201,146); }

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