Html Css Color HEX #94B991 Dark Sea Green

📋 copy color: '#94B991'

red 148 ◦ green 185 ◦ blue 145

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

Shades of Dark Sea Green #94B991

Tints of Dark Sea Green #94B991

RGB

 RED value IS 148 (58.2% from 255) = 30.96%

 GREEN value IS 185 (72.66% from 255) = 38.7%

 BLUE value IS 145 (57.03% from 255) = 30.33%

R = 30.96%
G = 38.7%
B = 30.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#94B991 (or 0x94B991) is known color: Dark Sea Green. HEX triplet: 94, B9 and 91. RGB value is (148,185,145). Sum of RGB (Red+Green+Blue) = 148+185+145=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #94B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B991 is #6B466E. Grayscale: #A9A9A9. Windows color (decimal): -7030383 or 9550228. OLE color: 9550228.

HSL color Cylindrical-coordinate representation of color #94B991: hue angle of 115.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94B991 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 185 145 -
CMYK 0.20 0 0.22 0.27
HSL 115.5º 0.22% 0.65% -
HSV(B) 115.5º 0.22% 0.73% -
XYZ 34.67 43.04 33.27 -
YUV 169.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 148 185 145 0.20 0 0.22 0.27 115.5 0.22 0.65
Hex 94 B9 91 14 0 16 1B 74 16 41
Octal 224 271 221 24 0 26 33 164 26 101
Binary 10010100 10111001 10010001 10100 0 10110 11011 1110100 10110 1000001

Color Harmonies of #94B991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B991

Black with #94B991

Text Example


Text Example

White with #94B991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B991; }

 p { color: rgb(148,185,145); }

 H1.HeaderClassName
 {
   color: #94B991;
 }
 .AnyTagClassName
 {
   color: #94B991;
 }
</style>

background-color css

<style>
 a { background-color: #94B991; }

 a { background-color: rgb(148,185,145); }

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

border-color css

<style>
 span { border-color: #94B991; }

 span { border-color: rgb(148,185,145); }

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