Html Css Color HEX #94C096 Dark Sea Green

📋 copy color: '#94C096'

red 148 ◦ green 192 ◦ blue 150

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

Shades of Dark Sea Green #94C096

Tints of Dark Sea Green #94C096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.18%

 BLUE value IS 150 (58.98% from 255) = 30.61%

R = 30.2%
G = 39.18%
B = 30.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#94C096 (or 0x94C096) is known color: Dark Sea Green. HEX triplet: 94, C0 and 96. RGB value is (148,192,150). Sum of RGB (Red+Green+Blue) = 148+192+150=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #94C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C096 is #6B3F69. Grayscale: #AEAEAE. Windows color (decimal): -7028586 or 9879700. OLE color: 9879700.

HSL color Cylindrical-coordinate representation of color #94C096: hue angle of 122.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C096 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 150 -
CMYK 0.23 0 0.22 0.25
HSL 122.73º 0.26% 0.67% -
HSV(B) 122.73º 0.23% 0.75% -
XYZ 36.57 46.2 35.84 -
YUV 174.06 114.42 109.42 -
System Red Green Blue C M Y K H S L
Decimal 148 192 150 0.23 0 0.22 0.25 122.73 0.26 0.67
Hex 94 C0 96 17 0 16 19 7B 1A 43
Octal 224 300 226 27 0 26 31 173 32 103
Binary 10010100 11000000 10010110 10111 0 10110 11001 1111011 11010 1000011

Color Harmonies of #94C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C096

Black with #94C096

Text Example


Text Example

White with #94C096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,150); }

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

background-color css

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

 a { background-color: rgb(148,192,150); }

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

border-color css

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

 span { border-color: rgb(148,192,150); }

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