#95BD99

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

Shades of Dark Sea Green #95BD99

Tints of Dark Sea Green #95BD99

Color information

#95BD99 (or 0x95BD99) is unknown color: approx Dark Sea Green. HEX triplet: 95, BD and 99. RGB value is (149,189,153). Sum of RGB (Red+Green+Blue) = 149+189+153=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD99 is #6A4266. Grayscale: #ADADAD. Windows color (decimal): -6963815 or 10075541. OLE color: 10075541.

HSL color Cylindrical-coordinate representation of color #95BD99: hue angle of 126º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BD99 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB149189153-
CMYK0.2100.190.26
HSL126º23.26%66.27%-
HSV(B)126º21.16%74.12%-
XYZ36.3445.0836.92-
YUV172.94116.75110.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=30.35%
G=38.49%
B=31.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891530.2100.190.2612623.2666.27
Hex95BD99150131A7e1742
Octal225275231250233217627102
Binary10010101101111011001100110101010011110101111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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