Html Css Color HEX #93B698 Dark Sea Green

📋 copy color: '#93B698'

red 147 ◦ green 182 ◦ blue 152

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

Shades of Dark Sea Green #93B698

Tints of Dark Sea Green #93B698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.6%

R = 30.56%
G = 37.84%
B = 31.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#93B698 (or 0x93B698) is known color: Dark Sea Green. HEX triplet: 93, B6 and 98. RGB value is (147,182,152). Sum of RGB (Red+Green+Blue) = 147+182+152=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #93B698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B698 is #6C4967. Grayscale: #A8A8A8. Windows color (decimal): -7096680 or 10008211. OLE color: 10008211.

HSL color Cylindrical-coordinate representation of color #93B698: hue angle of 128.57º 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 #93B698 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 182 152 -
CMYK 0.19 0 0.16 0.29
HSL 128.57º 0.19% 0.65% -
HSV(B) 128.57º 0.19% 0.71% -
XYZ 34.43 41.93 35.98 -
YUV 168.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 147 182 152 0.19 0 0.16 0.29 128.57 0.19 0.65
Hex 93 B6 98 13 0 10 1D 81 13 41
Octal 223 266 230 23 0 20 35 201 23 101
Binary 10010011 10110110 10011000 10011 0 10000 11101 10000001 10011 1000001

Color Harmonies of #93B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B698

Black with #93B698

Text Example


Text Example

White with #93B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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