Html Css Color HEX #94BB90 Dark Sea Green

📋 copy color: '#94BB90'

red 148 ◦ green 187 ◦ blue 144

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

Shades of Dark Sea Green #94BB90

Tints of Dark Sea Green #94BB90

RGB

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

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

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

R = 30.9%
G = 39.04%
B = 30.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#94BB90 (or 0x94BB90) is known color: Dark Sea Green. HEX triplet: 94, BB and 90. RGB value is (148,187,144). Sum of RGB (Red+Green+Blue) = 148+187+144=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB90 is #6B446F. Grayscale: #AAAAAA. Windows color (decimal): -7029872 or 9485204. OLE color: 9485204.

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

Color convert

RGB 148 187 144 -
CMYK 0.21 0 0.23 0.27
HSL 114.42º 0.24% 0.65% -
HSV(B) 114.42º 0.23% 0.73% -
XYZ 35.02 43.85 33 -
YUV 170.44 113.08 112 -
System Red Green Blue C M Y K H S L
Decimal 148 187 144 0.21 0 0.23 0.27 114.42 0.24 0.65
Hex 94 BB 90 15 0 17 1B 72 18 41
Octal 224 273 220 25 0 27 33 162 30 101
Binary 10010100 10111011 10010000 10101 0 10111 11011 1110010 11000 1000001

Color Harmonies of #94BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BB90

Black with #94BB90

Text Example


Text Example

White with #94BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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