Html Css Color HEX #94C59A Dark Sea Green

📋 copy color: '#94C59A'

red 148 ◦ green 197 ◦ blue 154

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

Shades of Dark Sea Green #94C59A

Tints of Dark Sea Green #94C59A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.48%

 BLUE value IS 154 (60.55% from 255) = 30.86%

R = 29.66%
G = 39.48%
B = 30.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#94C59A (or 0x94C59A) is known color: Dark Sea Green. HEX triplet: 94, C5 and 9A. RGB value is (148,197,154). Sum of RGB (Red+Green+Blue) = 148+197+154=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #94C59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C59A is #6B3A65. Grayscale: #B1B1B1. Windows color (decimal): -7027302 or 10143124. OLE color: 10143124.

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

Color convert

RGB 148 197 154 -
CMYK 0.25 0 0.22 0.23
HSL 127.35º 0.3% 0.68% -
HSV(B) 127.35º 0.25% 0.77% -
XYZ 38.01 48.56 37.94 -
YUV 177.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 148 197 154 0.25 0 0.22 0.23 127.35 0.3 0.68
Hex 94 C5 9A 19 0 16 17 7F 1E 44
Octal 224 305 232 31 0 26 27 177 36 104
Binary 10010100 11000101 10011010 11001 0 10110 10111 1111111 11110 1000100

Color Harmonies of #94C59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C59A

Black with #94C59A

Text Example


Text Example

White with #94C59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,154); }

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

background-color css

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

 a { background-color: rgb(148,197,154); }

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

border-color css

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

 span { border-color: rgb(148,197,154); }

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