Html Css Color HEX #93BB98 Dark Sea Green

📋 copy color: '#93BB98'

red 147 ◦ green 187 ◦ blue 152

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

Shades of Dark Sea Green #93BB98

Tints of Dark Sea Green #93BB98

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.48%

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

R = 30.25%
G = 38.48%
B = 31.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#93BB98 (or 0x93BB98) is known color: Dark Sea Green. HEX triplet: 93, BB and 98. RGB value is (147,187,152). Sum of RGB (Red+Green+Blue) = 147+187+152=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB98 is #6C4467. Grayscale: #ABABAB. Windows color (decimal): -7095400 or 10009491. OLE color: 10009491.

HSL color Cylindrical-coordinate representation of color #93BB98: hue angle of 127.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BB98 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 187 152 -
CMYK 0.21 0 0.19 0.27
HSL 127.5º 0.23% 0.65% -
HSV(B) 127.5º 0.21% 0.73% -
XYZ 35.47 44.01 36.33 -
YUV 171.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 147 187 152 0.21 0 0.19 0.27 127.5 0.23 0.65
Hex 93 BB 98 15 0 13 1B 80 17 41
Octal 223 273 230 25 0 23 33 200 27 101
Binary 10010011 10111011 10011000 10101 0 10011 11011 10000000 10111 1000001

Color Harmonies of #93BB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BB98

Black with #93BB98

Text Example


Text Example

White with #93BB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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