Html Css Color HEX #93BA8A Dark Sea Green

📋 copy color: '#93BA8A'

red 147 ◦ green 186 ◦ blue 138

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

Shades of Dark Sea Green #93BA8A

Tints of Dark Sea Green #93BA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 31.21%
G = 39.49%
B = 29.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#93BA8A (or 0x93BA8A) is known color: Dark Sea Green. HEX triplet: 93, BA and 8A. RGB value is (147,186,138). Sum of RGB (Red+Green+Blue) = 147+186+138=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BA8A is #6C4575. Grayscale: #A9A9A9. Windows color (decimal): -7095670 or 9091731. OLE color: 9091731.

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

Color convert

RGB 147 186 138 -
CMYK 0.21 0 0.26 0.27
HSL 108.75º 0.26% 0.64% -
HSV(B) 108.75º 0.26% 0.73% -
XYZ 34.18 43.16 30.57 -
YUV 168.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 147 186 138 0.21 0 0.26 0.27 108.75 0.26 0.64
Hex 93 BA 8A 15 0 1A 1B 6D 1A 40
Octal 223 272 212 25 0 32 33 155 32 100
Binary 10010011 10111010 10001010 10101 0 11010 11011 1101101 11010 1000000

Color Harmonies of #93BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA8A

Black with #93BA8A

Text Example


Text Example

White with #93BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,186,138); }

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

background-color css

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

 a { background-color: rgb(147,186,138); }

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

border-color css

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

 span { border-color: rgb(147,186,138); }

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