Html Css Color HEX #94CE93 Dark Sea Green

📋 copy color: '#94CE93'

red 148 ◦ green 206 ◦ blue 147

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

Shades of Dark Sea Green #94CE93

Tints of Dark Sea Green #94CE93

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.12%

 BLUE value IS 147 (57.81% from 255) = 29.34%

R = 29.54%
G = 41.12%
B = 29.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#94CE93 (or 0x94CE93) is known color: Dark Sea Green. HEX triplet: 94, CE and 93. RGB value is (148,206,147). Sum of RGB (Red+Green+Blue) = 148+206+147=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE93 is #6B316C. Grayscale: #B6B6B6. Windows color (decimal): -7025005 or 9686676. OLE color: 9686676.

HSL color Cylindrical-coordinate representation of color #94CE93: hue angle of 118.98º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94CE93 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 147 -
CMYK 0.28 0 0.29 0.19
HSL 118.98º 0.38% 0.69% -
HSV(B) 118.98º 0.29% 0.81% -
XYZ 39.55 52.55 35.66 -
YUV 181.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 148 206 147 0.28 0 0.29 0.19 118.98 0.38 0.69
Hex 94 CE 93 1C 0 1D 13 77 26 45
Octal 224 316 223 34 0 35 23 167 46 105
Binary 10010100 11001110 10010011 11100 0 11101 10011 1110111 100110 1000101

Color Harmonies of #94CE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE93

Black with #94CE93

Text Example


Text Example

White with #94CE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,147); }

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

background-color css

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

 a { background-color: rgb(148,206,147); }

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

border-color css

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

 span { border-color: rgb(148,206,147); }

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