#95C897

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

Shades of Dark Sea Green #95C897

Tints of Dark Sea Green #95C897

Color information

#95C897 (or 0x95C897) is unknown color: approx Dark Sea Green. HEX triplet: 95, C8 and 97. RGB value is (149,200,151). Sum of RGB (Red+Green+Blue) = 149+200+151=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #95C897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C897 is #6A3768. Grayscale: #B3B3B3. Windows color (decimal): -6961001 or 9947285. OLE color: 9947285.

HSL color Cylindrical-coordinate representation of color #95C897: hue angle of 122.35º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C897 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB149200151-
CMYK0.2600.240.22
HSL122.35º31.68%68.43%-
HSV(B)122.35º25.5%78.43%-
XYZ38.6349.9336.88-
YUV179.16112.1106.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.8%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=29.8%
G=40%
B=30.2%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1492001510.2600.240.22122.3531.6868.43
Hex95C8971A018167a2044
Octal225310227320302617240104
Binary100101011100100010010111110100110001011011110101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,200,151); }

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

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

 a { background-color: rgb(149,200,151); }

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

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

 span { border-color: rgb(149,200,151); }

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