Html Css Color HEX #94C195 Dark Sea Green

📋 copy color: '#94C195'

red 148 ◦ green 193 ◦ blue 149

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

Shades of Dark Sea Green #94C195

Tints of Dark Sea Green #94C195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 30.2%
G = 39.39%
B = 30.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#94C195 (or 0x94C195) is known color: Dark Sea Green. HEX triplet: 94, C1 and 95. RGB value is (148,193,149). Sum of RGB (Red+Green+Blue) = 148+193+149=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #94C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C195 is #6B3E6A. Grayscale: #AEAEAE. Windows color (decimal): -7028331 or 9814420. OLE color: 9814420.

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

Color convert

RGB 148 193 149 -
CMYK 0.23 0 0.23 0.24
HSL 121.33º 0.27% 0.67% -
HSV(B) 121.33º 0.23% 0.76% -
XYZ 36.71 46.61 35.49 -
YUV 174.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 148 193 149 0.23 0 0.23 0.24 121.33 0.27 0.67
Hex 94 C1 95 17 0 17 18 79 1B 43
Octal 224 301 225 27 0 27 30 171 33 103
Binary 10010100 11000001 10010101 10111 0 10111 11000 1111001 11011 1000011

Color Harmonies of #94C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C195

Black with #94C195

Text Example


Text Example

White with #94C195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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