Html Css Color HEX #94C5A6 Summer Green

📋 copy color: '#94C5A6'

red 148 ◦ green 197 ◦ blue 166

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

Shades of Summer Green #94C5A6

Tints of Summer Green #94C5A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.49%

R = 28.96%
G = 38.55%
B = 32.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#94C5A6 (or 0x94C5A6) is known color: Summer Green. HEX triplet: 94, C5 and A6. RGB value is (148,197,166). Sum of RGB (Red+Green+Blue) = 148+197+166=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #94C5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C5A6 is #6B3A59. Grayscale: #B2B2B2. Windows color (decimal): -7027290 or 10929556. OLE color: 10929556.

HSL color Cylindrical-coordinate representation of color #94C5A6: hue angle of 142.04º 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 #94C5A6 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 166 -
CMYK 0.25 0 0.16 0.23
HSL 142.04º 0.3% 0.68% -
HSV(B) 142.04º 0.25% 0.77% -
XYZ 39.06 48.98 43.47 -
YUV 178.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 148 197 166 0.25 0 0.16 0.23 142.04 0.3 0.68
Hex 94 C5 A6 19 0 10 17 8E 1E 44
Octal 224 305 246 31 0 20 27 216 36 104
Binary 10010100 11000101 10100110 11001 0 10000 10111 10001110 11110 1000100

Color Harmonies of #94C5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C5A6

Black with #94C5A6

Text Example


Text Example

White with #94C5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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