#95BD9A

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

Shades of Dark Sea Green #95BD9A

Tints of Dark Sea Green #95BD9A

Color information

#95BD9A (or 0x95BD9A) is unknown color: approx Dark Sea Green. HEX triplet: 95, BD and 9A. RGB value is (149,189,154). Sum of RGB (Red+Green+Blue) = 149+189+154=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD9A is #6A4265. Grayscale: #ADADAD. Windows color (decimal): -6963814 or 10141077. OLE color: 10141077.

HSL color Cylindrical-coordinate representation of color #95BD9A: hue angle of 127.5º 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 #95BD9A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB149189154-
CMYK0.2100.190.26
HSL127.5º23.26%66.27%-
HSV(B)127.5º21.16%74.12%-
XYZ36.4245.1237.36-
YUV173.05117.25110.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=30.28%
G=38.41%
B=31.30%

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
Decimal1491891540.2100.190.26127.523.2666.27
Hex95BD9A150131A7f1742
Octal225275232250233217727102
Binary10010101101111011001101010101010011110101111111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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