#95BA98

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

Shades of Dark Sea Green #95BA98

Tints of Dark Sea Green #95BA98

Color information

#95BA98 (or 0x95BA98) is unknown color: approx Dark Sea Green. HEX triplet: 95, BA and 98. RGB value is (149,186,152). Sum of RGB (Red+Green+Blue) = 149+186+152=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA98 is #6A4567. Grayscale: #ABABAB. Windows color (decimal): -6964584 or 10009237. OLE color: 10009237.

HSL color Cylindrical-coordinate representation of color #95BA98: hue angle of 124.86º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BA98 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB149186152-
CMYK0.2000.180.27
HSL124.86º21.14%65.69%-
HSV(B)124.86º19.89%72.94%-
XYZ35.6243.7736.28-
YUV171.06117.24112.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=30.60%
G=38.19%
B=31.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861520.2000.180.27124.8621.1465.69
Hex95BA98140121B7d1542
Octal225272230240223317525102
Binary10010101101110101001100010100010010110111111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,152); }

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

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

 a { background-color: rgb(149,186,152); }

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

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

 span { border-color: rgb(149,186,152); }

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