Html Css Color HEX #94C991 Dark Sea Green

📋 copy color: '#94C991'

red 148 ◦ green 201 ◦ blue 145

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

Shades of Dark Sea Green #94C991

Tints of Dark Sea Green #94C991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

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

R = 29.96%
G = 40.69%
B = 29.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#94C991 (or 0x94C991) is known color: Dark Sea Green. HEX triplet: 94, C9 and 91. RGB value is (148,201,145). Sum of RGB (Red+Green+Blue) = 148+201+145=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #94C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C991 is #6B366E. Grayscale: #B2B2B2. Windows color (decimal): -7026287 or 9554324. OLE color: 9554324.

HSL color Cylindrical-coordinate representation of color #94C991: hue angle of 116.79º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94C991 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 201 145 -
CMYK 0.26 0 0.28 0.21
HSL 116.79º 0.34% 0.68% -
HSV(B) 116.79º 0.28% 0.79% -
XYZ 38.21 50.11 34.45 -
YUV 178.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 148 201 145 0.26 0 0.28 0.21 116.79 0.34 0.68
Hex 94 C9 91 1A 0 1C 15 75 22 44
Octal 224 311 221 32 0 34 25 165 42 104
Binary 10010100 11001001 10010001 11010 0 11100 10101 1110101 100010 1000100

Color Harmonies of #94C991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C991

Black with #94C991

Text Example


Text Example

White with #94C991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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