Html Css Color HEX #94C18C Dark Sea Green

📋 copy color: '#94C18C'

red 148 ◦ green 193 ◦ blue 140

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

Shades of Dark Sea Green #94C18C

Tints of Dark Sea Green #94C18C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 30.77%
G = 40.12%
B = 29.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#94C18C (or 0x94C18C) is known color: Dark Sea Green. HEX triplet: 94, C1 and 8C. RGB value is (148,193,140). Sum of RGB (Red+Green+Blue) = 148+193+140=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #94C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C18C is #6B3E73. Grayscale: #ADADAD. Windows color (decimal): -7028340 or 9224596. OLE color: 9224596.

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

Color convert

RGB 148 193 140 -
CMYK 0.23 0 0.27 0.24
HSL 110.94º 0.3% 0.65% -
HSV(B) 110.94º 0.27% 0.76% -
XYZ 36.02 46.33 31.86 -
YUV 173.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 148 193 140 0.23 0 0.27 0.24 110.94 0.3 0.65
Hex 94 C1 8C 17 0 1B 18 6F 1E 41
Octal 224 301 214 27 0 33 30 157 36 101
Binary 10010100 11000001 10001100 10111 0 11011 11000 1101111 11110 1000001

Color Harmonies of #94C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C18C

Black with #94C18C

Text Example


Text Example

White with #94C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,193,140); }

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

background-color css

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

 a { background-color: rgb(148,193,140); }

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

border-color css

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

 span { border-color: rgb(148,193,140); }

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