#95C192

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

Shades of Dark Sea Green #95C192

Tints of Dark Sea Green #95C192

Color information

#95C192 (or 0x95C192) is unknown color: approx Dark Sea Green. HEX triplet: 95, C1 and 92. RGB value is (149,193,146). Sum of RGB (Red+Green+Blue) = 149+193+146=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #95C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C192 is #6A3E6D. Grayscale: #AEAEAE. Windows color (decimal): -6962798 or 9617813. OLE color: 9617813.

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

Color convert

RGB149193146-
CMYK0.2300.240.24
HSL116.17º27.49%66.47%-
HSV(B)116.17º24.35%75.69%-
XYZ36.6546.634.26-
YUV174.49111.92109.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 193 (75.78% from 255) = 39.55%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=30.53%
G=39.55%
B=29.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931460.2300.240.24116.1727.4966.47
Hex95C1921701818741b42
Octal225301222270303016433102
Binary10010101110000011001001010111011000110001110100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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