#95C299

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

Shades of Dark Sea Green #95C299

Tints of Dark Sea Green #95C299

Color information

#95C299 (or 0x95C299) is unknown color: approx Dark Sea Green. HEX triplet: 95, C2 and 99. RGB value is (149,194,153). Sum of RGB (Red+Green+Blue) = 149+194+153=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #95C299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C299 is #6A3D66. Grayscale: #AFAFAF. Windows color (decimal): -6962535 or 10076821. OLE color: 10076821.

HSL color Cylindrical-coordinate representation of color #95C299: hue angle of 125.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C299 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB149194153-
CMYK0.2300.210.24
HSL125.33º26.95%67.25%-
HSV(B)125.33º23.2%76.08%-
XYZ37.4447.2737.29-
YUV175.87115.09108.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=30.04%
G=39.11%
B=30.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491941530.2300.210.24125.3326.9567.25
Hex95C29917015187d1b43
Octal225302231270253017533103
Binary10010101110000101001100110111010101110001111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,194,153); }

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

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

 a { background-color: rgb(149,194,153); }

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

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

 span { border-color: rgb(149,194,153); }

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