#95C29B

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

Shades of Dark Sea Green #95C29B

Tints of Dark Sea Green #95C29B

Color information

#95C29B (or 0x95C29B) is unknown color: approx Dark Sea Green. HEX triplet: 95, C2 and 9B. RGB value is (149,194,155). Sum of RGB (Red+Green+Blue) = 149+194+155=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #95C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C29B is #6A3D64. Grayscale: #B0B0B0. Windows color (decimal): -6962533 or 10207893. OLE color: 10207893.

HSL color Cylindrical-coordinate representation of color #95C29B: hue angle of 128º 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 #95C29B is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB149194155-
CMYK0.2300.200.24
HSL128º26.95%67.25%-
HSV(B)128º23.2%76.08%-
XYZ37.647.3438.17-
YUV176.1116.09108.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=29.92%
G=38.96%
B=31.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491941550.2300.200.2412826.9567.25
Hex95C29B1701418801b43
Octal225302233270243020033103
Binary100101011100001010011011101110101001100010000000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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