Html Css Color HEX #93B695 Dark Sea Green

📋 copy color: '#93B695'

red 147 ◦ green 182 ◦ blue 149

#93B695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #93B695

Tints of Dark Sea Green #93B695

RGB

 RED value IS 147 (57.81% from 255) = 30.75%

 GREEN value IS 182 (71.48% from 255) = 38.08%

 BLUE value IS 149 (58.59% from 255) = 31.17%

R = 30.75%
G = 38.08%
B = 31.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#93B695 (or 0x93B695) is known color: Dark Sea Green. HEX triplet: 93, B6 and 95. RGB value is (147,182,149). Sum of RGB (Red+Green+Blue) = 147+182+149=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #93B695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B695 is #6C496A. Grayscale: #A7A7A7. Windows color (decimal): -7096683 or 9811603. OLE color: 9811603.

HSL color Cylindrical-coordinate representation of color #93B695: hue angle of 123.43º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B695 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 182 149 -
CMYK 0.19 0 0.18 0.29
HSL 123.43º 0.19% 0.65% -
HSV(B) 123.43º 0.19% 0.71% -
XYZ 34.19 41.83 34.71 -
YUV 167.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 147 182 149 0.19 0 0.18 0.29 123.43 0.19 0.65
Hex 93 B6 95 13 0 12 1D 7B 13 41
Octal 223 266 225 23 0 22 35 173 23 101
Binary 10010011 10110110 10010101 10011 0 10010 11101 1111011 10011 1000001

Color Harmonies of #93B695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B695

Black with #93B695

Text Example


Text Example

White with #93B695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93B695;
 }
 .AnyTagClassName
 {
   color: #93B695;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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