#93C695

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

Shades of Dark Sea Green #93C695

Tints of Dark Sea Green #93C695

Color information

#93C695 (or 0x93C695) is unknown color: approx Dark Sea Green. HEX triplet: 93, C6 and 95. RGB value is (147,198,149). Sum of RGB (Red+Green+Blue) = 147+198+149=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #93C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C695 is #6C396A. Grayscale: #B1B1B1. Windows color (decimal): -7092587 or 9815699. OLE color: 9815699.

HSL color Cylindrical-coordinate representation of color #93C695: hue angle of 122.35º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C695 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB147198149-
CMYK0.2600.250.22
HSL122.35º30.91%67.65%-
HSV(B)122.35º25.76%77.65%-
XYZ37.6548.7635.86-
YUV177.16112.1106.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=29.76%
G=40.08%
B=30.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471981490.2600.250.22122.3530.9167.65
Hex93C6951A019167a1f44
Octal223306225320312617237104
Binary10010011110001101001010111010011001101101111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93C695; }

 p { color: rgb(147,198,149); }

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

<style>
 a { background-color: #93C695; }

 a { background-color: rgb(147,198,149); }

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

<style>
 span { border-color: #93C695; }

 span { border-color: rgb(147,198,149); }

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