#95C188

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

Shades of Dark Sea Green #95C188

Tints of Dark Sea Green #95C188

Color information

#95C188 (or 0x95C188) is unknown color: approx Dark Sea Green. HEX triplet: 95, C1 and 88. RGB value is (149,193,136). Sum of RGB (Red+Green+Blue) = 149+193+136=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #95C188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C188 is #6A3E77. Grayscale: #ADADAD. Windows color (decimal): -6962808 or 8962453. OLE color: 8962453.

HSL color Cylindrical-coordinate representation of color #95C188: hue angle of 106.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95C188 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB149193136-
CMYK0.2300.300.24
HSL106.32º31.49%64.51%-
HSV(B)106.32º29.53%75.69%-
XYZ35.9146.3130.34-
YUV173.35106.92110.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=31.17%
G=40.38%
B=28.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931360.2300.300.24106.3231.4964.51
Hex95C1881701E186a1f41
Octal225301210270363015237101
Binary10010101110000011000100010111011110110001101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,193,136); }

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

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

 a { background-color: rgb(149,193,136); }

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

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

 span { border-color: rgb(149,193,136); }

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