Html Css Color HEX #94BB91 Dark Sea Green

📋 copy color: '#94BB91'

red 148 ◦ green 187 ◦ blue 145

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

Shades of Dark Sea Green #94BB91

Tints of Dark Sea Green #94BB91

RGB

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

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

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

R = 30.83%
G = 38.96%
B = 30.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#94BB91 (or 0x94BB91) is known color: Dark Sea Green. HEX triplet: 94, BB and 91. RGB value is (148,187,145). Sum of RGB (Red+Green+Blue) = 148+187+145=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB91 is #6B446E. Grayscale: #AAAAAA. Windows color (decimal): -7029871 or 9550740. OLE color: 9550740.

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

Color convert

RGB 148 187 145 -
CMYK 0.21 0 0.22 0.27
HSL 115.71º 0.24% 0.65% -
HSV(B) 115.71º 0.22% 0.73% -
XYZ 35.09 43.88 33.41 -
YUV 170.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 148 187 145 0.21 0 0.22 0.27 115.71 0.24 0.65
Hex 94 BB 91 15 0 16 1B 74 18 41
Octal 224 273 221 25 0 26 33 164 30 101
Binary 10010100 10111011 10010001 10101 0 10110 11011 1110100 11000 1000001

Color Harmonies of #94BB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BB91

Black with #94BB91

Text Example


Text Example

White with #94BB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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