Html Css Color HEX #94B990 Dark Sea Green

📋 copy color: '#94B990'

red 148 ◦ green 185 ◦ blue 144

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

Shades of Dark Sea Green #94B990

Tints of Dark Sea Green #94B990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 31.03%
G = 38.78%
B = 30.19%

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

#94B990 (or 0x94B990) is known color: Dark Sea Green. HEX triplet: 94, B9 and 90. RGB value is (148,185,144). Sum of RGB (Red+Green+Blue) = 148+185+144=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #94B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B990 is #6B466F. Grayscale: #A9A9A9. Windows color (decimal): -7030384 or 9484692. OLE color: 9484692.

HSL color Cylindrical-coordinate representation of color #94B990: hue angle of 114.15º degrees, saturation: 0.23, 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 #94B990 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 185 144 -
CMYK 0.20 0 0.22 0.27
HSL 114.15º 0.23% 0.65% -
HSV(B) 114.15º 0.22% 0.73% -
XYZ 34.6 43.01 32.86 -
YUV 169.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 148 185 144 0.20 0 0.22 0.27 114.15 0.23 0.65
Hex 94 B9 90 14 0 16 1B 72 17 41
Octal 224 271 220 24 0 26 33 162 27 101
Binary 10010100 10111001 10010000 10100 0 10110 11011 1110010 10111 1000001

Color Harmonies of #94B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B990

Black with #94B990

Text Example


Text Example

White with #94B990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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