Html Css Color HEX #94CE92 Dark Sea Green

📋 copy color: '#94CE92'

red 148 ◦ green 206 ◦ blue 146

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

Shades of Dark Sea Green #94CE92

Tints of Dark Sea Green #94CE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 29.6%
G = 41.2%
B = 29.2%

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

#94CE92 (or 0x94CE92) is known color: Dark Sea Green. HEX triplet: 94, CE and 92. RGB value is (148,206,146). Sum of RGB (Red+Green+Blue) = 148+206+146=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE92 is #6B316D. Grayscale: #B6B6B6. Windows color (decimal): -7025006 or 9621140. OLE color: 9621140.

HSL color Cylindrical-coordinate representation of color #94CE92: hue angle of 118º 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 #94CE92 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 146 -
CMYK 0.28 0 0.29 0.19
HSL 118º 0.38% 0.69% -
HSV(B) 118º 0.29% 0.81% -
XYZ 39.47 52.51 35.25 -
YUV 181.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 148 206 146 0.28 0 0.29 0.19 118 0.38 0.69
Hex 94 CE 92 1C 0 1D 13 76 26 45
Octal 224 316 222 34 0 35 23 166 46 105
Binary 10010100 11001110 10010010 11100 0 11101 10011 1110110 100110 1000101

Color Harmonies of #94CE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE92

Black with #94CE92

Text Example


Text Example

White with #94CE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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