Html Css Color HEX #94BC91 Dark Sea Green

📋 copy color: '#94BC91'

red 148 ◦ green 188 ◦ blue 145

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

Shades of Dark Sea Green #94BC91

Tints of Dark Sea Green #94BC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

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

R = 30.77%
G = 39.09%
B = 30.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#94BC91 (or 0x94BC91) is known color: Dark Sea Green. HEX triplet: 94, BC and 91. RGB value is (148,188,145). Sum of RGB (Red+Green+Blue) = 148+188+145=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BC91 is #6B436E. Grayscale: #ABABAB. Windows color (decimal): -7029615 or 9550996. OLE color: 9550996.

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

Color convert

RGB 148 188 145 -
CMYK 0.21 0 0.23 0.26
HSL 115.81º 0.24% 0.65% -
HSV(B) 115.81º 0.23% 0.74% -
XYZ 35.31 44.31 33.48 -
YUV 171.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 148 188 145 0.21 0 0.23 0.26 115.81 0.24 0.65
Hex 94 BC 91 15 0 17 1A 74 18 41
Octal 224 274 221 25 0 27 32 164 30 101
Binary 10010100 10111100 10010001 10101 0 10111 11010 1110100 11000 1000001

Color Harmonies of #94BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC91

Black with #94BC91

Text Example


Text Example

White with #94BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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